17 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
25 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
29 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
33 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
37 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
41 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
45 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
50 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
54 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
58 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
62 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
66 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
70 template<typename Number, typename RAN, typename = std::enable_if_t<is_ran_type<RAN>::value>>
75 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
79 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
83 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
87 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
91 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
95 template<
typename RAN, EnableIf<is_ran_type<RAN>> = dummy>
carl is the main namespace for the library.
bool operator>(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)
bool operator<(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)
signed compare(const BasicConstraint< Pol > &_constraintA, const BasicConstraint< Pol > &_constraintB)
Compares _constraintA with _constraintB.
bool is_root_of(const UnivariatePolynomial< Coeff > &p, const Coeff &value)
Sign sgn(const Number &n)
Obtain the sign of the given number.
bool operator!=(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)
bool operator<=(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)
bool operator==(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)
bool operator>=(const BasicConstraint< P > &lhs, const BasicConstraint< P > &rhs)