|
template<typename Poly > |
std::ostream & | smtrat::cad::projection_compare::operator<< (std::ostream &os, const Candidate< Poly > &c) |
|
template<typename Poly > |
auto | smtrat::cad::projection_compare::get (const Candidate< Poly > &c, level) |
|
template<typename Poly > |
auto | smtrat::cad::projection_compare::get (const Candidate< Poly > &c, degree) |
|
template<typename Poly > |
auto | smtrat::cad::projection_compare::get (const Candidate< Poly > &c, type) |
|
template<typename Poly , typename tag , typename F > |
int | smtrat::cad::projection_compare::compareCriterion (const Candidate< Poly > &lhs, const Candidate< Poly > &rhs, tag t, F &&f) |
| Compares the criterion given by t of two samples lhs and rhs using a comparator f . More...
|
|
template<typename Poly > |
bool | smtrat::cad::projection_compare::compare (const Candidate< Poly > &lhs, const Candidate< Poly > &rhs) |
|
template<typename Poly , typename tag , typename F , typename... Tail> |
bool | smtrat::cad::projection_compare::compare (const Candidate< Poly > &lhs, const Candidate< Poly > &rhs) |
|
template<typename Poly > |
projection_compare::Candidate< Poly > | smtrat::cad::candidate (const Poly &p, const Poly &q, std::size_t level) |
|