SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Contains the implementation of Collins projection operator as specified in [5] below Theorem 4. More...
Functions | |
template<typename Poly , typename Callback > | |
void | 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 | 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... | |
Contains the implementation of Collins projection operator as specified in [5] below Theorem 4.
void smtrat::cad::projection::collins::single | ( | const Poly & | p, |
carl::Variable | variable, | ||
Callback && | cb | ||
) |