Home
last modified time | relevance | path

Searched refs:CreateSameVehicleCost (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h1752 IntVar* CreateSameVehicleCost(int vehicle_index);
H A Drouting.cc2110 IntVar* RoutingModel::CreateSameVehicleCost(int vehicle_index) { in CreateSameVehicleCost() function in operations_research::RoutingModel
2750 cost_elements.push_back(CreateSameVehicleCost(i)); in CloseModelWithParameters()