SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
A DelineatedDerivation is a BaseDerivation with a Delineation and an underlying SampledDerivation. More...
#include <derivation.h>
Public Member Functions | |
DelineatedDerivation (BaseDerivationRef< Properties > base) | |
DelineatedDerivation (BaseDerivationRef< Properties > base, const Delineation &delineation) | |
BaseDerivationRef< Properties > & | base () |
const BaseDerivationRef< Properties > & | base () const |
Delineation & | delin () |
const Assignment & | underlying_sample () const |
DerivationRef< Properties > & | underlying () |
const DerivationRef< Properties > & | underlying () const |
PolyPool & | polys () |
Projections & | proj () |
carl::Variable | main_var () const |
size_t | level () const |
template<typename P > | |
void | insert (P property) |
template<typename P > | |
bool | contains (const P &property) const |
template<typename P > | |
const PropertiesTSet< P > & | properties () const |
void | merge_with (const DelineatedDerivation< Properties > &other) |
Private Attributes | |
BaseDerivationRef< Properties > | m_base |
Delineation | m_delineation |
A DelineatedDerivation is a BaseDerivation with a Delineation and an underlying SampledDerivation.
Properties | Set of properties |
Definition at line 219 of file derivation.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 237 of file derivation.h.
|
inline |
Definition at line 275 of file derivation.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 258 of file derivation.h.
|
inline |
|
inline |
Definition at line 279 of file derivation.h.
|
inline |
|
inline |
Definition at line 255 of file derivation.h.
|
inline |
Definition at line 244 of file derivation.h.
|
private |
Definition at line 220 of file derivation.h.
|
private |
Definition at line 221 of file derivation.h.