Go to the source code of this file.
|
| | 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.") |
| |
| std::string | ExtractSubSolverName (const std::string &improvement_info) |
| |
◆ 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." |
|
|
) |
| |