SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Go to the source code of this file.
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
smtrat::cad | |
smtrat::cad::projection | |
smtrat::cad::projection::brown | |
Contains the implementation of Browns projection operator as specified in [3] after Theorem 3.1. | |
Functions | |
template<typename Poly , typename Callback > | |
void | smtrat::cad::projection::brown::single (const Poly &p, carl::Variable variable, Callback &&cb) |
Implements the part of Browns projection operator from [3] that deals with a single polynomial p : . More... | |
template<typename Poly , typename Callback > | |
void | smtrat::cad::projection::brown::paired (const Poly &p, const UPoly &q, carl::Variable variable, Callback &&cb) |
Implements the part of Browns projection operator from [3] that deals with two polynomials p and q which is just the respective part of McCallums projection operator mccallum::paired. More... | |