Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <sat_inprocessing.h>
Public Attributes | |
double | deterministic_time_limit = 30.0 |
The time budget to spend. | |
bool | log_info = false |
bool | extract_binary_clauses_in_probing = false |
See ProbingOptions in probing.h. | |
bool | use_transitive_reduction = false |
Definition at line 64 of file sat_inprocessing.h.
double operations_research::sat::SatPresolveOptions::deterministic_time_limit = 30.0 |
The time budget to spend.
Definition at line 66 of file sat_inprocessing.h.
bool operations_research::sat::SatPresolveOptions::extract_binary_clauses_in_probing = false |
See ProbingOptions in probing.h.
Definition at line 73 of file sat_inprocessing.h.
bool operations_research::sat::SatPresolveOptions::log_info = false |
We assume this is also true if –v 1 is activated and we actually log even more in –v 1.
Definition at line 70 of file sat_inprocessing.h.
bool operations_research::sat::SatPresolveOptions::use_transitive_reduction = false |
Whether we perform a transitive reduction of the binary implication graph after equivalent literal detection and before each probing pass.
Definition at line 81 of file sat_inprocessing.h.