Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h1410 DCHECK_LT(vehicle, cost_class_index_of_vehicle_.size()); in GetCostClassIndexOfVehicle()
1411 DCHECK_GE(cost_class_index_of_vehicle_[vehicle], 0); in GetCostClassIndexOfVehicle()
1412 return cost_class_index_of_vehicle_[vehicle]; in GetCostClassIndexOfVehicle()
1951 std::vector<CostClassIndex> cost_class_index_of_vehicle_; variable
H A Drouting.cc894 cost_class_index_of_vehicle_(vehicles_, CostClassIndex(-1)), in RoutingModel()
1599 cost_class_index_of_vehicle_.assign(vehicles_, CostClassIndex(-1)); in ComputeCostClasses()
1636 cost_class_index_of_vehicle_[vehicle] = cost_class_index; in ComputeCostClasses()
1684 vehicle_class.cost_class_index = cost_class_index_of_vehicle_[vehicle]; in ComputeVehicleClasses()