roadrunner
2.6.0
Fast simulator for SBML models
|
Use the options in LoadSBMLOptions.ModelGeneratorOpt or fall back on the global Config settings to create a Jit. More...
#include <JitFactory.h>
Static Public Member Functions | |
static std::unique_ptr< Jit > | makeJitEngine (std::uint32_t opt) |
Create a Jit engine using local options provided by the user. | |
static std::unique_ptr< Jit > | makeJitEngine () |
Create a Jit engine using the global options in Config. More... | |
Use the options in LoadSBMLOptions.ModelGeneratorOpt or fall back on the global Config settings to create a Jit.
|
static |
Create a Jit engine using the global options in Config.
LoadSBMLOptions is populated based on the global Config values. This function instantiates the LoadSBMLOptions and provides the default modelGeneratorOpt to JitFactory::makeJitEngine(opt);