19 template<
typename Settings>
All preprocessing modules shall derive from this module, that is modules, which simplify their receiv...
EMModule(const ModuleInput *_formula, Conditionals &_conditionals, Manager *_manager=NULL)
std::function< FormulaT(FormulaT)> eliminateEquationFunction
FormulaT eliminateEquation(const FormulaT &formula)
Answer checkCore()
Checks the received formula for consistency.
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.