SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <BVSettings.h>
Static Public Attributes | |
static constexpr auto | moduleName = "BVModule<BVSettings1>" |
static const bool | incremental_flattening = false |
Add the received formulas incrementally, each time checking and testing if the found model in the satisfiable case satisfies all remaining received formulas. More... | |
static const size_t | equation_preference_weight = 10 |
This weight specifies how much more preference a received formula being an equation should have. More... | |
Definition at line 15 of file BVSettings.h.
|
static |
This weight specifies how much more preference a received formula being an equation should have.
Definition at line 26 of file BVSettings.h.
|
static |
Add the received formulas incrementally, each time checking and testing if the found model in the satisfiable case satisfies all remaining received formulas.
Definition at line 22 of file BVSettings.h.
|
staticconstexpr |
Definition at line 17 of file BVSettings.h.