carl
24.04
Computer ARithmetic Library
|
#include <Constraint.h>
Public Member Functions | |
CachedConstraintContent (BasicConstraint< Pol > &&c) | |
const auto & | key () const |
Data Fields | |
BasicConstraint< Pol > | m_constraint |
Basic constraint. More... | |
Factors< Pol > | m_lhs_factorization |
Cache for the factorization. More... | |
carlVariables | m_variables |
A container which includes all variables occurring in the polynomial considered by this constraint. More... | |
VarsInfo< Pol > | m_var_info_map |
A map which stores information about properties of the variables in this constraint. More... | |
Definition at line 31 of file Constraint.h.
|
inline |
Definition at line 49 of file Constraint.h.
|
inline |
Definition at line 50 of file Constraint.h.
BasicConstraint<Pol> carl::CachedConstraintContent< Pol >::m_constraint |
Basic constraint.
Definition at line 33 of file Constraint.h.
|
mutable |
Cache for the factorization.
Definition at line 35 of file Constraint.h.
|
mutable |
A map which stores information about properties of the variables in this constraint.
Definition at line 39 of file Constraint.h.
|
mutable |
A container which includes all variables occurring in the polynomial considered by this constraint.
Definition at line 37 of file Constraint.h.