SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represents a cell. More...
#include <representation.h>
Public Member Functions | |
CellRepresentation (SampledDerivationRef< P > &deriv) | |
Data Fields | |
SymbolicInterval | description |
Description of a cell. More... | |
boost::container::flat_set< PolyRef > | ordering_polys |
Polys considered in the indexed root ordering. More... | |
boost::container::flat_set< PolyRef > | ordering_non_projective_polys |
Polys that are considered "non-projectively" in the ordering. More... | |
IndexedRootOrdering | ordering |
An ordering on the roots that protects the cell. More... | |
boost::container::flat_set< PolyRef > | equational |
Polynomials that should be projected using the equational constraints projection. More... | |
SampledDerivationRef< P > | derivation |
Derivation. More... | |
Represents a cell.
Definition at line 13 of file representation.h.
|
inline |
Definition at line 27 of file representation.h.
SampledDerivationRef<P> smtrat::cadcells::datastructures::CellRepresentation< P >::derivation |
Derivation.
Definition at line 25 of file representation.h.
SymbolicInterval smtrat::cadcells::datastructures::CellRepresentation< P >::description |
Description of a cell.
Definition at line 15 of file representation.h.
boost::container::flat_set<PolyRef> smtrat::cadcells::datastructures::CellRepresentation< P >::equational |
Polynomials that should be projected using the equational constraints projection.
Definition at line 23 of file representation.h.
IndexedRootOrdering smtrat::cadcells::datastructures::CellRepresentation< P >::ordering |
An ordering on the roots that protects the cell.
Definition at line 21 of file representation.h.
boost::container::flat_set<PolyRef> smtrat::cadcells::datastructures::CellRepresentation< P >::ordering_non_projective_polys |
Polys that are considered "non-projectively" in the ordering.
Definition at line 19 of file representation.h.
boost::container::flat_set<PolyRef> smtrat::cadcells::datastructures::CellRepresentation< P >::ordering_polys |
Polys considered in the indexed root ordering.
Definition at line 17 of file representation.h.