|
template<typename Rational , typename Poly , typename Substitution , typename... Args> |
ModelValue< Rational, Poly > | carl::createSubstitution (Args &&... args) |
|
template<typename Rational , typename Poly , typename Substitution , typename... Args> |
ModelSubstitutionPtr< Rational, Poly > | carl::createSubstitutionPtr (Args &&... args) |
|
template<typename Rational , typename Poly > |
ModelValue< Rational, Poly > | carl::createSubstitution (const MultivariateRoot< Poly > &mr) |
|
bool | carl::operator== (InfinityValue lhs, InfinityValue rhs) |
|
std::ostream & | carl::operator<< (std::ostream &os, const InfinityValue &iv) |
|
template<typename Rational , typename Poly > |
bool | carl::operator== (const ModelValue< Rational, Poly > &lhs, const ModelValue< Rational, Poly > &rhs) |
| Check if two Assignments are equal. More...
|
|
template<typename Rational , typename Poly > |
bool | carl::operator< (const ModelValue< Rational, Poly > &lhs, const ModelValue< Rational, Poly > &rhs) |
|
template<typename R , typename P > |
std::ostream & | carl::operator<< (std::ostream &os, const ModelValue< R, P > &mv) |
|