17 namespace po = boost::program_options;
18 auto& settings = settings::Settings::getInstance();
21 parser.add(
"Statistics settings").add_options()
22 (
"stats.export-xml", po::bool_switch(&s.export_as_xml),
"store statistics to xml file")
23 (
"stats.xml-filename", po::value<std::string>(&s.xml_filename)->default_value(
"stats.xml"),
"filename of xml output")
24 (
"stats.print", po::bool_switch(&s.print_as_smtlib),
"print statistics to stdout")
void registerStatisticsSettings(T &parser)
Class to create the formulas for axioms.
const auto & settings_statistics()