SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
formula_types.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../statistics.h"
4 
6 
7 namespace smtrat::analyzer {
8 
9 void analyze_formula_types(const FormulaT& f, AnalyzerStatistics& stats);
10 
11 }
void analyze_formula_types(const FormulaT &f, AnalyzerStatistics &stats)
carl::Formula< Poly > FormulaT
Definition: types.h:37