14 #ifndef OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_FLAGS_H_ 15 #define OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_FLAGS_H_ 19 #include "ortools/base/commandlineflags.h" 66 DECLARE_int32(routing_relocate_expensive_chain_num_arcs_to_consider);
95 #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)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in c...
RoutingSearchParameters BuildSearchParametersFromFlags()
Builds routing search parameters from flags.
DECLARE_double(routing_guided_local_search_lambda_coefficient)
DECLARE_string(routing_first_solution)
Search control.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in c...
DECLARE_int32(routing_number_of_solutions_to_collect)