carl
24.04
Computer ARithmetic Library
|
Functions | |
template<typename Pol > | |
BasicConstraint< Pol > | init_bound (Variable var, Relation rel, const typename Pol::NumberType &bound) |
template<typename Pol > | |
BasicConstraint< Pol > | init_constraint (const Pol &lhs, Relation rel) |
template<typename Pol > | |
void | normalize_integer_inplace (BasicConstraint< Pol > &constraint) |
template<typename Pol > | |
unsigned | is_consistent_definiteness (const BasicConstraint< Pol > &constraint, std::optional< Definiteness > lhs_definiteness=std::nullopt) |
template<typename Pol > | |
void | normalize_consistency_inplace (BasicConstraint< Pol > &constraint, std::optional< Definiteness > lhs_definiteness=std::nullopt) |
template<typename Pol > | |
bool | simplify_nonlinear_univariate_monomial_inplace (BasicConstraint< Pol > &constraint, std::optional< Definiteness > lhs_definiteness=std::nullopt) |
template<typename Pol > | |
bool | simplify_integer_inplace (BasicConstraint< Pol > &constraint) |
template<typename Pol > | |
BasicConstraint< Pol > | create_normalized_bound (Variable var, Relation rel, const typename Pol::NumberType &bound) |
template<typename Pol > | |
BasicConstraint< Pol > | create_normalized_constraint (const Pol &lhs, Relation rel) |
Variables | |
static constexpr bool | FULL_EFFORT_FOR_DEFINITENESS_CHECK = false |
BasicConstraint<Pol> carl::constraint::create_normalized_bound | ( | Variable | var, |
Relation | rel, | ||
const typename Pol::NumberType & | bound | ||
) |
BasicConstraint<Pol> carl::constraint::create_normalized_constraint | ( | const Pol & | lhs, |
Relation | rel | ||
) |
Definition at line 339 of file Simplification.h.
BasicConstraint<Pol> carl::constraint::init_bound | ( | Variable | var, |
Relation | rel, | ||
const typename Pol::NumberType & | bound | ||
) |
BasicConstraint<Pol> carl::constraint::init_constraint | ( | const Pol & | lhs, |
Relation | rel | ||
) |
Definition at line 92 of file Simplification.h.
|
inline |
Definition at line 154 of file Simplification.h.
|
inline |
Definition at line 201 of file Simplification.h.
|
inline |
Definition at line 140 of file Simplification.h.
|
inline |
Definition at line 274 of file Simplification.h.
|
inline |
Definition at line 211 of file Simplification.h.
|
staticconstexpr |
Definition at line 9 of file Simplification.h.