33 double constantPrecision;
34 uint64_t maximalMemory;
35 bool reorderingEnabled;
void setConstantPrecision(double value)
uint64_t getMaximalMemory() const
Retrieves the maximal amount of memory (in megabytes) that CUDD can occupy.
CuddDdManagerEnvironment()
void setReorderingEnabled(bool value)
void setReorderingTechnique(storm::dd::CuddReorderingTechnique value)
~CuddDdManagerEnvironment()
bool isReorderingEnabled() const
double getConstantPrecision() const
Retrieves the precision up to which constants are considered to be different.
void setMaximalMemory(uint64_t value)
storm::dd::CuddReorderingTechnique getReorderingTechnique() const