#include <ProjectionInformation.h>
Definition at line 93 of file ProjectionInformation.h.
◆ isBound()
bool smtrat::cad::ProjectionLevelInformation::LevelInfo::isBound |
( |
std::size_t |
pid | ) |
const |
|
inline |
◆ isEvaluated()
bool smtrat::cad::ProjectionLevelInformation::LevelInfo::isEvaluated |
( |
std::size_t |
pid | ) |
const |
|
inline |
◆ isPurged()
bool smtrat::cad::ProjectionLevelInformation::LevelInfo::isPurged |
( |
std::size_t |
pid | ) |
const |
|
inline |
◆ removePurgedFromEvaluated()
void smtrat::cad::ProjectionLevelInformation::LevelInfo::removePurgedFromEvaluated |
( |
| ) |
|
|
inline |
◆ restrictEvaluatedToPurged()
void smtrat::cad::ProjectionLevelInformation::LevelInfo::restrictEvaluatedToPurged |
( |
| ) |
|
|
inline |
◆ setBound()
void smtrat::cad::ProjectionLevelInformation::LevelInfo::setBound |
( |
std::size_t |
pid, |
|
|
bool |
isBound |
|
) |
| |
|
inline |
◆ setEvaluated()
void smtrat::cad::ProjectionLevelInformation::LevelInfo::setEvaluated |
( |
std::size_t |
pid, |
|
|
bool |
isEvaluated |
|
) |
| |
|
inline |
◆ setPurged()
void smtrat::cad::ProjectionLevelInformation::LevelInfo::setPurged |
( |
std::size_t |
pid, |
|
|
bool |
isPurged |
|
) |
| |
|
inline |
◆ bounds
carl::Bitset smtrat::cad::ProjectionLevelInformation::LevelInfo::bounds |
◆ ecs
◆ evaluated
carl::Bitset smtrat::cad::ProjectionLevelInformation::LevelInfo::evaluated |
◆ purged
carl::Bitset smtrat::cad::ProjectionLevelInformation::LevelInfo::purged |
Which polynomials are purged from the projection. (usually due to bounds)
Definition at line 99 of file ProjectionInformation.h.
The documentation for this struct was generated from the following file: