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::collins | |
Contains the implementation of Collins projection operator as specified in [5] below Theorem 4. | |
Functions | |
template<typename Poly , typename Callback > | |
void | smtrat::cad::projection::collins::single (const Poly &p, carl::Variable variable, Callback &&cb) |
Implements the part of Collins projection operator from [5] that deals with a single polynomial p : . More... | |
template<typename Poly , typename Callback > | |
void | smtrat::cad::projection::collins::paired (const Poly &p, const UPoly &q, carl::Variable variable, Callback &&cb) |
Implements the part of Collins projection operator from [5] that deals with two polynomials p and q : . More... | |