SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
cad_projections.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_cad_projections(const FormulaT& f, AnalyzerStatistics& stats);
10 
11 }
void analyze_cad_projections(const FormulaT &f, AnalyzerStatistics &stats)
carl::Formula< Poly > FormulaT
Definition: types.h:37