14 #ifndef OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_FLAGS_H_ 15 #define OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_FLAGS_H_ 19 #include "ortools/base/commandlineflags.h" 64 DECLARE_int32(routing_relocate_expensive_chain_num_arcs_to_consider);
93 #endif // OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_FLAGS_H_ DECLARE_int64(routing_solution_limit)
Search limits.
RoutingModelParameters BuildModelParametersFromFlags()
Builds routing search parameters from flags.
DECLARE_bool(routing_no_lns)
Neighborhood activation/deactivation.
RoutingSearchParameters BuildSearchParametersFromFlags()
Builds routing search parameters from flags.
DECLARE_double(routing_guided_local_search_lambda_coefficient)
DECLARE_string(routing_first_solution)
Search control.
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
DECLARE_int32(routing_number_of_solutions_to_collect)