@@ -15,7 +15,7 @@ bool BestInsertionHeuristic::tryVehicleBestInsertion(size_t requestId, size_t ve
BestInsertionQueuebestInsertionsQueue=route.getBestFeasibleInsertionsQueue(requestId,vehicleId);//TODO: check perfs between BestInsertionsQueue vs BestFeasibleInsertionsQueue
boolbestInsertionFound=false;
BestRequestInsertioncurrentBestInsertion;
DEBUG_MSG("Trying to insert request "+std::to_string(requestId)+" in vehicle "+std::to_string(vehicleId));