roadrunner
2.6.0
Fast simulator for SBML models
|
A set of options that determine how the top level RoadRunner class should behave. More...
#include <rrRoadRunnerOptions.h>
Public Types | |
enum | Options { DISABLE_PYTHON_DYNAMIC_PROPERTIES = (0x1 << 0) } |
Public Member Functions | |
RoadRunnerOptions () | |
load default valued from config. | |
Public Attributes | |
std::uint32_t | flags |
a bitmask of the options specified in the Options enumeration. | |
double | jacobianStepSize |
step size used for numeric Jacobian calculations. | |
double | diffStepSize |
double | steadyStateThreshold |
double | fluxThreshold |
A set of options that determine how the top level RoadRunner class should behave.
Enumerator | |
---|---|
DISABLE_PYTHON_DYNAMIC_PROPERTIES | RoadRunner by default dynamically generates accessor properties for all sbml symbol names on the model object when it is retrieved in Python. This feature is very nice for interactive use, but can slow things down. If this feature is not needed, it can be disabled here. |