6 #ifdef CLI_ENABLE_FORMULAPARSER
14 auto e = parseformula::FormulaCollector();
16 return e.getFormula();
26 SMTRAT_LOG_ERROR(
"smtrat",
"This version of SMT-RAT was compiled without support for stand-alone formula parsing. Please enable it by setting the corresponding CMake option.");
Class to create the formulas for axioms.
carl::Formula< Poly > FormulaT
FormulaT parse_smtlib(const std::string &)
int executeFile(const std::string &pathToInputFile, Executor &e)
Parse the file and save it in formula.
#define SMTRAT_LOG_ERROR(channel, msg)