Searched refs:IsVehicleUsed (Results 1 – 7 of 7) sorted by relevance
/dports/math/py-or-tools/or-tools-9.2/examples/tests/ |
H A D | issue117.py | 49 if routing.IsVehicleUsed(assignment, i):
|
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/ |
H A D | pdptw.cc | 383 if (routing.IsVehicleUsed(*assignment, v)) { in LoadAndSolve()
|
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/java/ |
H A D | routing.i | 187 %rename (isVehicleUsed) RoutingModel::IsVehicleUsed;
|
/dports/math/py-or-tools/or-tools-9.2/examples/python/ |
H A D | cvrptw_plot.py | 505 veh_used = routing.IsVehicleUsed(plan, veh_number)
|
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/ |
H A D | routing.cc | 3458 CHECK(!IsVehicleUsed(*compact_assignment, unused_vehicle)); in ReplaceUnusedVehicle() 3459 CHECK(IsVehicleUsed(*compact_assignment, active_vehicle)); in ReplaceUnusedVehicle() 3553 if (IsVehicleUsed(*compact_assignment, vehicle)) { in CompactAssignmentInternal() 3564 if (!IsVehicleUsed(*compact_assignment, swap_vehicle) || in CompactAssignmentInternal() 3565 !IsVehicleUsed(*compact_assignment, swap_vehicle)) { in CompactAssignmentInternal() 3931 bool RoutingModel::IsVehicleUsed(const Assignment& assignment, in IsVehicleUsed() function in operations_research::RoutingModel
|
H A D | routing.h | 1335 bool IsVehicleUsed(const Assignment& assignment, int vehicle) const;
|
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/examples/ |
H A D | cvrptw_plot.ipynb | 581 " veh_used = routing.IsVehicleUsed(plan, veh_number)\n",
|