SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Take conjunctions incrementally, construct linear formulas for LRA solver. More...
#include <STropSettings.h>
Static Public Attributes | |
static constexpr auto | moduleName = "STropModule<STropSettings1>" |
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::INCREMENTAL_CONSTRAINTS |
incremental mode for SMT solving More... | |
static constexpr bool | output_only = false |
Take conjunctions incrementally, construct linear formulas for LRA solver.
Definition at line 19 of file STropSettings.h.
|
staticconstexpr |
incremental mode for SMT solving
Definition at line 25 of file STropSettings.h.
|
staticconstexpr |
Name of the Module.
Definition at line 21 of file STropSettings.h.
|
staticconstexpr |
Definition at line 27 of file STropSettings.h.
|
staticconstexpr |
Type of linear separating hyperplane to search for.
Definition at line 23 of file STropSettings.h.