roadrunner  2.6.0
Fast simulator for SBML models
SteadyStateSolverFactory.h
1 //
2 // Created by Ciaran on 15/07/2021.
3 //
4 
5 #ifndef ROADRUNNER_STEADYSTATESOLVERFACTORY_H
6 #define ROADRUNNER_STEADYSTATESOLVERFACTORY_H
7 
8 #include "rrExporter.h"
9 #include "RegistrationFactory.h"
10 
11 namespace rr {
12 
13 
21  class RR_DECLSPEC SteadyStateSolverFactory
22  : public RegistrationFactory {
23  public:
24 
32  static SteadyStateSolverFactory &getInstance();
33 
34  static void Register();
35 };
36 
37 }
38 
39 #endif //ROADRUNNER_STEADYSTATESOLVERFACTORY_H
Constructs new integrators.
Definition: RegistrationFactory.h:29
Constructs new integrators.
Definition: SteadyStateSolverFactory.h:22