20 namespace po = boost::program_options;
21 auto& settings = settings::Settings::getInstance();
24 parser.add(
"Analysis settings").add_options()
25 (
"analyze.enabled", po::bool_switch(&s.enabled),
"enable formula analyzer")
26 (
"analyze.projections", po::value<std::string>(&s.analyze_projections)->default_value(
"none"),
"which CAD projections to analyze (all, collins, hong, mccallum, mccallum_partial, lazard, brown, none)")
27 (
"analyze.cnf", po::bool_switch(&s.analyze_cnf)->default_value(
false),
"enable CNF analyzer")
void registerAnalyzerSettings(T &parser)
Class to create the formulas for axioms.
const auto & settings_analyzer()
std::string analyze_projections