16 template<
typename Settings>
28 return SettingsType::moduleName;
A base class for all kind of theory solving methods.
void updateModel() const
Updates the current assignment into the model.
void removeCore(ModuleInput::const_iterator _subformula)
Removes the subformula of the received formula at the given position to the considered ones of this m...
std::function< FormulaT(FormulaT)> linearizeSubformulaFunction
ModuleInput * mLRAFormula
FormulaT linearizeSubformula(const FormulaT &formula)
Answer checkCore()
Checks the received formula for consistency.
std::string moduleName() const
bool informCore(const FormulaT &_constraint)
Informs the module about the given constraint.
bool addCore(ModuleInput::const_iterator _subformula)
The module has to take the given sub-formula of the received formula into account.
NRAILModule(const ModuleInput *_formula, Conditionals &_conditionals, Manager *_manager=nullptr)
void init()
Informs all backends about the so far encountered constraints, which have not yet been communicated.
Class to create the formulas for axioms.
carl::Formula< Poly > FormulaT
const settings::Settings & Settings()
Answer
An enum with the possible answers a Module can give.
std::vector< std::atomic_bool * > Conditionals
A vector of atomic bool pointers.