18 template<
typename Settings>
28 return SettingsType::moduleName;
All preprocessing modules shall derive from this module, that is modules, which simplify their receiv...
FormulaT splitSOS(const FormulaT &formula)
Splits the sum-of-squares (sos) decomposition, if the given formula is a constraint with a sos as lef...
SplitSOSModule(const ModuleInput *_formula, Conditionals &_conditionals, Manager *_manager=NULL)
std::function< FormulaT(FormulaT)> splitSOSFunction
Answer checkCore()
Checks the received formula for consistency.
std::string moduleName() const
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.