Go to the source code of this file.
|
| operations_research |
| The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
|
|
| operations_research::sat |
|
|
| ABSL_FLAG (bool, cp_model_dump_solutions, false, "DEBUG ONLY. If true, all the intermediate solution will be dumped " "under '\"FLAGS_cp_model_dump_prefix\" + \"solution_xxx.pb.txt\"'.") |
|
| ABSL_FLAG (std::string, cp_model_load_debug_solution, "", "DEBUG ONLY. When this is set to a non-empty file name, " "we will interpret this as an internal solution which can be used for " "debugging. For instance we use it to identify wrong cuts/reasons.") |
|
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
bool |
, |
|
|
cp_model_dump_solutions |
, |
|
|
false |
, |
|
|
"DEBUG ONLY. If |
true, |
|
|
all the intermediate solution will be dumped " "under '\"FLAGS_cp_model_dump_prefix\" + \"solution_xxx.pb.txt\"'." |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
ABSL_FLAG |
( |
std::string |
, |
|
|
cp_model_load_debug_solution |
, |
|
|
"" |
, |
|
|
"DEBUG ONLY. When this is set to a non-empty file |
name, |
|
|
" "we will interpret this as an internal solution which can be used for " "debugging. For instance we use it to identify wrong cuts/reasons." |
|
|
) |
| |