![]() |
SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|


Go to the source code of this file.
Data Structures | |
| class | smtrat::vs::Substitution |
| struct | std::hash< smtrat::vs::Substitution > |
| struct | smtrat::vs::substitutionPointerEqual |
| struct | smtrat::vs::substitutionPointerHash |
Namespaces | |
| smtrat | |
| Class to create the formulas for axioms. | |
| smtrat::vs | |
Typedefs | |
| template<typename T > | |
| using | smtrat::vs::SubstitutionFastPointerMap = std::unordered_map< const smtrat::Poly *, T, substitutionPointerHash, substitutionPointerEqual > |
Functions | |
| std::ostream & | smtrat::vs::operator<< (std::ostream &os, const Substitution &s) |
| Prints the given substitution on the given output stream. More... | |