roadrunner  2.6.0
Fast simulator for SBML models
Public Types | Public Member Functions | Public Attributes | List of all members
rr::RoadRunnerOptions Struct Reference

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
 

Detailed Description

A set of options that determine how the top level RoadRunner class should behave.

Member Enumeration Documentation

◆ 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.


The documentation for this struct was generated from the following files: