#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <sbml/SBMLTypes.h>
#include "sbmlsolver/cvodedata.h"
#include "sbmlsolver/odeConstruct.h"
#include "sbmlsolver/modelSimplify.h"
#include "sbmlsolver/processAST.h"
#include "sbmlsolver/solverError.h"
Include dependency graph for odeConstruct.c:
Functions | |
SBML_ODESOLVER_API Model_t * | Model_reduceToOdes (Model_t *m) |
C: Construct an ODE system from a Reaction Network. | |
SBML_ODESOLVER_API ASTNode_t * | Species_odeFromReactions (Species_t *s, Model_t *m) |
Creates and ODE for a species from its reactions. | |
SBML_ODESOLVER_API double | Model_getValueById (Model_t *m, const char *id) |
Returns the value of a compartment, species or parameter with the passed ID. | |
SBML_ODESOLVER_API int | Model_setValue (Model_t *m, const char *id, const char *rid, double value) |
Sets the value of a compartment, species or parameter with the passed ID. |