10 #ifndef rrLLVMModelGeneratorH
11 #define rrLLVMModelGeneratorH
13 #include "rrRoadRunnerOptions.h"
14 #include "LLVMCompiler.h"
16 #include "tr1proxy/rr_memory.h"
17 #include "tr1proxy/rr_unordered_map.h"
20 #include "ModelGeneratorContext.h"
21 #include "sbml/SBMLDocument.h"
24 class ExecutableModel;
47 static rr::ExecutableModel *createModel(
const libsbml::SBMLDocument* sbml,
const std::string& md5, std::uint32_t options);
LLVM executable model interface.
Base class for all code generation systems; allows compiling and evaluating the model.
Definition: rrExecutableModel.h:118
General concepts:
Definition: LLVMModelGenerator.h:41