![]() |
OR-Tools
9.2
|
Simple structure that holds useful C++ flags to setup from non-C++ languages.
Public Attributes | |
| bool | logtostderr = false |
| If true, all logging message will be sent to stderr. More... | |
| bool | log_prefix = false |
| Controls is time and source code info are used to prefix logging messages. More... | |
| std::string | cp_model_dump_prefix |
| Prefix filename for all dumped files (models, solutions, lns sub-models). More... | |
| bool | cp_model_dump_models = false |
| DEBUG ONLY: Dump CP-SAT models during solve. More... | |
| bool | cp_model_dump_lns |
| DEBUG ONLY: Dump CP-SAT LNS models during solve. More... | |
| bool | cp_model_dump_response |
| DEBUG ONLY: Dump the CP-SAT final response found during solve. More... | |
| bool cp_model_dump_lns |
| bool cp_model_dump_models = false |
DEBUG ONLY: Dump CP-SAT models during solve.
When set to true, SolveCpModel() will dump its model protos (original model, presolved model, mapping model) in text format to 'FLAGS_cp_model_dump_prefix'{model|presolved_model|mapping_model}.pbtxt.
| std::string cp_model_dump_prefix |
| bool cp_model_dump_response |
| bool log_prefix = false |
| bool logtostderr = false |