Home
last modified time | relevance | path

Searched refs:vehicle_capacity (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A Dcvrp_reload.py192 vehicle_capacity = data['vehicle_capacity']
196 vehicle_capacity,
197 vehicle_capacity,
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/constraint_solver/
H A Dcvrp_reload.ipynb198 " data['vehicle_capacity'] = _capacity\n",
268 " vehicle_capacity = data['vehicle_capacity']\n",
272 " vehicle_capacity,\n",
273 " vehicle_capacity,\n",
H A Dcvrp.ipynb143 " data['vehicle_capacity'] = 15\n",
195 " data['vehicle_capacity'],\n",
H A Dcvrptw.ipynb153 " data['vehicle_capacity'] = 15\n",
207 " data['vehicle_capacity'],\n",
H A Dcvrptw_break.ipynb152 " data['vehicle_capacity'] = 15\n",
203 " data['vehicle_capacity'],\n",
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_flow.cc87 for (int64_t vehicle_capacity : dimension->vehicle_capacities()) { in IsMatchingModel() local
88 max_vehicle_capacity = std::max(max_vehicle_capacity, vehicle_capacity); in IsMatchingModel()
H A Drouting_sat.cc432 const int64_t vehicle_capacity = in AddGeneralizedDimensions() local
435 vehicle_capacity, {{cumuls[cp_node], 1}}, in AddGeneralizedDimensions()
H A Drouting.h621 int64_t vehicle_capacity, bool fix_start_cumul_to_zero,
626 int64_t vehicle_capacity, bool fix_start_cumul_to_zero,
H A Drouting.cc1313 int64_t vehicle_capacity, bool fix_start_cumul_to_zero, in AddDimensionDependentDimensionWithVehicleCapacity() argument
1316 /*zero_evaluator*/ 0, transit, dimension, slack_max, vehicle_capacity, in AddDimensionDependentDimensionWithVehicleCapacity()
1343 int64_t vehicle_capacity, bool fix_start_cumul_to_zero, in AddDimensionDependentDimensionWithVehicleCapacity() argument
1347 std::vector<int64_t> vehicle_capacities(vehicles_, vehicle_capacity); in AddDimensionDependentDimensionWithVehicleCapacity()
6184 const int64_t vehicle_capacity = vehicle_capacities_[v]; in InitializeCumuls() local
6185 cumuls_[model_->Start(v)]->SetMax(vehicle_capacity); in InitializeCumuls()
6186 cumuls_[model_->End(v)]->SetMax(vehicle_capacity); in InitializeCumuls()