Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_neighborhoods.cc841 empty_routes_.clear(); in OnStart()
864 empty_routes_.push_back(vehicle); in OnStart()
869 if (empty_route_index_ >= empty_routes_.size()) { in OnStart()
882 if (!has_unperformed_nodes_ || empty_routes_.empty() || in IncrementPosition()
894 ++empty_route_index_ %= empty_routes_.size(); in IncrementRoutes()
905 const int empty_route = empty_routes_[empty_route_index_]; in SetupNextAccessorForNeighbor()
H A Drouting_neighborhoods.h457 std::vector<int> empty_routes_; variable