carl
25.02
Computer ARithmetic Library
|
#include <ModelValue.h>
Data Fields | |
std::optional< MultivariateRoot< Poly > > | lower = std::nullopt |
bool | lower_strict = true |
std::optional< MultivariateRoot< Poly > > | upper = std::nullopt |
bool | upper_strict = true |
Definition at line 47 of file ModelValue.h.
std::optional<MultivariateRoot<Poly> > carl::SymbolicInterval< Poly >::lower = std::nullopt |
Definition at line 48 of file ModelValue.h.
bool carl::SymbolicInterval< Poly >::lower_strict = true |
Definition at line 49 of file ModelValue.h.
std::optional<MultivariateRoot<Poly> > carl::SymbolicInterval< Poly >::upper = std::nullopt |
Definition at line 50 of file ModelValue.h.
bool carl::SymbolicInterval< Poly >::upper_strict = true |
Definition at line 51 of file ModelValue.h.