SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
smtrat-analyzer.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "settings.h"
4 #include "statistics.h"
5 
7 
8 namespace smtrat {
9 
10 analyzer::AnalyzerStatistics& analyze_formula(const FormulaT& f);
11 
12 }
Class to create the formulas for axioms.
carl::Formula< Poly > FormulaT
Definition: types.h:37
analyzer::AnalyzerStatistics & analyze_formula(const FormulaT &f)