SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
Simplification.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "types.h"
4 
5 namespace smtrat::covering_ng {
6 
7 void simplify(ParameterTree& tree);
8 
9 }
void simplify(ParameterTree &tree)