7 template<
typename Settings>
All preprocessing modules shall derive from this module, that is modules, which simplify their receiv...
Model mModel
Stores the assignment of the current satisfiable result, if existent.
void updateModel() const
Updates the model, if the solver has detected the consistency of the received formula,...
Answer checkCore()
Checks the received formula for consistency.
NewGBPPModule(const ModuleInput *_formula, Conditionals &_conditionals, Manager *_manager=nullptr)
Class to create the formulas for axioms.
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.