|  | SMT-RAT
    24.02
    Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving | 
| Namespaces | |
| cad | |
| coverings | |
| fm | |
| fmplex | |
| util | |
| Typedefs | |
| using | QEQuery = std::vector< std::pair< QuantifierType, std::vector< carl::Variable > >> | 
| Enumerations | |
| enum class | QuantifierType { EXISTS , FORALL } | 
| Functions | |
| std::ostream & | operator<< (std::ostream &os, QuantifierType qt) | 
| std::ostream & | operator<< (std::ostream &os, const QEQuery &q) | 
| std::vector< std::pair< QuantifierType, carl::Variable > > | flattenQEQuery (const QEQuery &query) | 
| QuantifierType | type (const std::pair< QuantifierType, std::vector< carl::Variable >> &p) | 
| std::vector< carl::Variable > | vars (const std::pair< QuantifierType, std::vector< carl::Variable >> &p) | 
| std::optional< FormulaT > | qe (const FormulaT &formula) | 
| using smtrat::qe::QEQuery = typedef std::vector<std::pair<QuantifierType,std::vector<carl::Variable> >> | 
| 
 | strong | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Definition at line 10 of file smtrat-qe.cpp.


| 
 | inline | 
| 
 | inline |