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