Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h2439 types_with_same_vehicle_requirements_on_route_.clear(); in OnInitializeCheck()
2451 absl::flat_hash_set<int> types_with_same_vehicle_requirements_on_route_; variable
H A Drouting.cc6524 types_with_same_vehicle_requirements_on_route_.insert(type); in CheckTypeRegulations()
6530 for (int type : types_with_same_vehicle_requirements_on_route_) { in FinalizeCheck()