Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.cc2015 same_vehicle_costs_.push_back(same_vehicle_cost); in AddSoftSameVehicleConstraint()
2112 same_vehicle_costs_[vehicle_index].indices; in CreateSameVehicleCost()
2136 same_vehicle_costs_[vehicle_index].value) in CreateSameVehicleCost()
2749 for (int i = 0; i < same_vehicle_costs_.size(); ++i) { in CloseModelWithParameters()
H A Drouting.h1984 std::vector<ValuedNodes<int64_t> > same_vehicle_costs_; variable