#include <rrRoadRunnerOptions.h>
A set of options that determine how the top level RoadRunner class should behave.
◆ Options
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.
|
◆ RoadRunnerOptions()
rr::RoadRunnerOptions::RoadRunnerOptions |
( |
| ) |
|
load default valued from config.
◆ flags
uint32_t rr::RoadRunnerOptions::flags |
a bitmask of the options specified in the Options enumeration.
◆ jacobianStepSize
double rr::RoadRunnerOptions::jacobianStepSize |
step size used for numeric Jacobian calculations.
The documentation for this struct was generated from the following file: