SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
McCallum.h File Reference
#include "utils.h"
Include dependency graph for McCallum.h:
This graph shows which files directly or indirectly include this file:

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::mccallum
 Contains the implementation of McCallums projection operator as specified in [23].
 

Functions

template<typename Poly , typename Callback >
void smtrat::cad::projection::mccallum::single (const Poly &p, carl::Variable variable, Callback &&cb)
 Implements the part of McCallums projection operator from [23] that deals with a single polynomial p: $ coefficients(p) \cup \{ discriminant(p) \} $. More...
 
template<typename Poly , typename Callback >
void smtrat::cad::projection::mccallum::paired (const Poly &p, const UPoly &q, carl::Variable variable, Callback &&cb)
 Implements the part of McCallums projection operator from [23] that deals with two polynomials p and q: $ \{ resultant(p, q) \} $. More...