Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dcvrptw_lib.h131 int64_t max_nodes_per_group, int64_t same_vehicle_cost,
261 int64_t max_nodes_per_group, int64_t same_vehicle_cost, in DisplayPlan() argument
295 group_same_vehicle_cost += (visited.size() - 1) * same_vehicle_cost; in DisplayPlan()
302 group_same_vehicle_cost += (visited.size() - 1) * same_vehicle_cost; in DisplayPlan()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.cc2010 ValuedNodes<int64_t> same_vehicle_cost; in AddSoftSameVehicleConstraint() local
2012 same_vehicle_cost.indices.push_back(index); in AddSoftSameVehicleConstraint()
2014 same_vehicle_cost.value = cost; in AddSoftSameVehicleConstraint()
2015 same_vehicle_costs_.push_back(same_vehicle_cost); in AddSoftSameVehicleConstraint()