SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Public Member Functions | |
std::size_t | addEC () |
Add a poly to the respective origin. More... | |
void | addPolyToEC (std::size_t id, std::size_t pid) |
bool | hasEC () const |
std::size_t | count () const |
const auto & | getEC (std::size_t ecid) const |
auto & | getEC (std::size_t ecid) |
Private Attributes | |
std::vector< EquationalConstraint > | mData |
A list of all ECs in this level, identified by their origin. More... | |
Definition at line 64 of file ProjectionInformation.h.
|
inline |
Add a poly to the respective origin.
Definition at line 70 of file ProjectionInformation.h.
|
inline |
Definition at line 75 of file ProjectionInformation.h.
|
inline |
Definition at line 82 of file ProjectionInformation.h.
|
inline |
Definition at line 88 of file ProjectionInformation.h.
|
inline |
Definition at line 85 of file ProjectionInformation.h.
|
inline |
Definition at line 79 of file ProjectionInformation.h.
|
private |
A list of all ECs in this level, identified by their origin.
Definition at line 67 of file ProjectionInformation.h.