|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <CuddDdManagerEnvironment.h>
Public Member Functions | |
| CuddDdManagerEnvironment () | |
| ~CuddDdManagerEnvironment () | |
| double | getConstantPrecision () const |
| Retrieves the precision up to which constants are considered to be different. | |
| void | setConstantPrecision (double value) |
| uint64_t | getMaximalMemory () const |
| Retrieves the maximal amount of memory (in megabytes) that CUDD can occupy. | |
| void | setMaximalMemory (uint64_t value) |
| bool | isReorderingEnabled () const |
| void | setReorderingEnabled (bool value) |
| storm::dd::CuddReorderingTechnique | getReorderingTechnique () const |
| void | setReorderingTechnique (storm::dd::CuddReorderingTechnique value) |
Definition at line 9 of file CuddDdManagerEnvironment.h.
| storm::CuddDdManagerEnvironment::CuddDdManagerEnvironment | ( | ) |
Definition at line 9 of file CuddDdManagerEnvironment.cpp.
| storm::CuddDdManagerEnvironment::~CuddDdManagerEnvironment | ( | ) |
Definition at line 20 of file CuddDdManagerEnvironment.cpp.
| double storm::CuddDdManagerEnvironment::getConstantPrecision | ( | ) | const |
Retrieves the precision up to which constants are considered to be different.
Definition at line 24 of file CuddDdManagerEnvironment.cpp.
| uint64_t storm::CuddDdManagerEnvironment::getMaximalMemory | ( | ) | const |
Retrieves the maximal amount of memory (in megabytes) that CUDD can occupy.
Definition at line 32 of file CuddDdManagerEnvironment.cpp.
| storm::dd::CuddReorderingTechnique storm::CuddDdManagerEnvironment::getReorderingTechnique | ( | ) | const |
Definition at line 48 of file CuddDdManagerEnvironment.cpp.
| bool storm::CuddDdManagerEnvironment::isReorderingEnabled | ( | ) | const |
Definition at line 40 of file CuddDdManagerEnvironment.cpp.
| void storm::CuddDdManagerEnvironment::setConstantPrecision | ( | double | value | ) |
Definition at line 28 of file CuddDdManagerEnvironment.cpp.
| void storm::CuddDdManagerEnvironment::setMaximalMemory | ( | uint64_t | value | ) |
Definition at line 36 of file CuddDdManagerEnvironment.cpp.
| void storm::CuddDdManagerEnvironment::setReorderingEnabled | ( | bool | value | ) |
Definition at line 44 of file CuddDdManagerEnvironment.cpp.
| void storm::CuddDdManagerEnvironment::setReorderingTechnique | ( | storm::dd::CuddReorderingTechnique | value | ) |
Definition at line 52 of file CuddDdManagerEnvironment.cpp.