Home
last modified time | relevance | path

Searched refs:has_single_vehicle_node (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_search.h124 bool has_single_vehicle_node);
H A Drouting_search.cc183 bool has_single_vehicle_node) { in AutomaticFirstSolutionStrategy() argument
187 if (has_single_vehicle_node) { in AutomaticFirstSolutionStrategy()
H A Drouting.cc5409 bool has_single_vehicle_node = false; in CreateFirstSolutionDecisionBuilders() local
5412 has_single_vehicle_node = true; in CreateFirstSolutionDecisionBuilders()
5418 has_precedences, has_single_vehicle_node); in CreateFirstSolutionDecisionBuilders()