SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
smtrat-analyzer.cpp
Go to the documentation of this file.
1 #include "smtrat-analyzer.h"
2 
5 #include "analyzers/variables.h"
6 #include "analyzers/cnf.h"
7 
8 namespace smtrat {
9 
11  analyzer::AnalyzerStatistics& stats = statistics_get<analyzer::AnalyzerStatistics>("analyzer");
12 
16  analyzer::analyze_cnf(f, stats);
17 
18  return stats;
19 }
20 
21 }
void analyze_cad_projections(const FormulaT &f, AnalyzerStatistics &stats)
void analyze_variables(const FormulaT &f, AnalyzerStatistics &stats)
Definition: variables.cpp:5
void analyze_formula_types(const FormulaT &f, AnalyzerStatistics &stats)
void analyze_cnf(const FormulaT &f, AnalyzerStatistics &stats)
Definition: cnf.cpp:11
Class to create the formulas for axioms.
carl::Formula< Poly > FormulaT
Definition: types.h:37
analyzer::AnalyzerStatistics & analyze_formula(const FormulaT &f)