Home
last modified time | relevance | path

Searched refs:IsVehicleAllowedForIndex (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_flow.cc275 if (IsVehicleAllowedForIndex(vehicle, pickup) && in SolveMatchingModel()
276 IsVehicleAllowedForIndex(vehicle, delivery)) { in SolveMatchingModel()
303 if (IsVehicleAllowedForIndex(vehicle, node)) { in SolveMatchingModel()
H A Drouting.h825 bool IsVehicleAllowedForIndex(int vehicle, int64_t index) { in IsVehicleAllowedForIndex() function
H A Drouting.cc1711 !IsVehicleAllowedForIndex(vehicle, index))) { in ComputeVehicleClasses()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/java/
H A Drouting.i186 %rename (isVehicleAllowedForIndex) RoutingModel::IsVehicleAllowedForIndex;