11 std::string qe_method =
settings_module().get(
"qe-method", std::string(
"covering"));
13 if (qe_method ==
"fmplex")
return fmplex::qe(formula);
14 if (qe_method ==
"fm")
return fm::qe(formula);
std::optional< FormulaT > qe(const FormulaT &input)
std::optional< FormulaT > qe(const FormulaT &f)
std::optional< FormulaT > qe(const FormulaT &f)
std::optional< FormulaT > qe(const FormulaT &formula)
const auto & settings_module()
carl::Formula< Poly > FormulaT
#define SMTRAT_LOG_WARN(channel, msg)