SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Transform to NNF then replace each constraint with its linear formula (equations become FALSE). Then let LRA solver solve. More...
#include <STropSettings.h>
Static Public Attributes | |
static constexpr auto | moduleName = "STropModule<STropSettings3b>" |
Name of the Module. More... | |
static constexpr subtropical::SeparatorType | separatorType = subtropical::SeparatorType::SEMIWEAK |
Type of linear separating hyperplane to search for. More... | |
static constexpr Mode | mode = Mode::TRANSFORM_FORMULA_ALT |
transformation of the formula to a linear formula, preserving the Boolean structure More... | |
static constexpr bool | output_only = false |
Transform to NNF then replace each constraint with its linear formula (equations become FALSE). Then let LRA solver solve.
Definition at line 59 of file STropSettings.h.
|
staticconstexpr |
transformation of the formula to a linear formula, preserving the Boolean structure
Definition at line 65 of file STropSettings.h.
|
staticconstexpr |
Name of the Module.
Definition at line 61 of file STropSettings.h.
|
staticconstexpr |
Definition at line 67 of file STropSettings.h.
|
staticconstexpr |
Type of linear separating hyperplane to search for.
Definition at line 63 of file STropSettings.h.