OR-Tools  9.2
synchronization.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

 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)
 

Function Documentation

◆ 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."   
)