SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <MCSATMixin.h>
Data Fields | |
carl::Variable | variable = carl::Variable::NO_VARIABLE |
Theory variable for this level. More... | |
Minisat::Lit | decisionLiteral = Minisat::lit_Undef |
Literal that assigns this theory variable. More... | |
std::vector< Minisat::Var > | decidedVariables |
Boolean variables univariate in this theory variable. More... | |
Definition at line 42 of file MCSATMixin.h.
std::vector<Minisat::Var> smtrat::mcsat::TheoryLevel::decidedVariables |
Boolean variables univariate in this theory variable.
Definition at line 48 of file MCSATMixin.h.
Minisat::Lit smtrat::mcsat::TheoryLevel::decisionLiteral = Minisat::lit_Undef |
Literal that assigns this theory variable.
Definition at line 46 of file MCSATMixin.h.
carl::Variable smtrat::mcsat::TheoryLevel::variable = carl::Variable::NO_VARIABLE |
Theory variable for this level.
Definition at line 44 of file MCSATMixin.h.