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