|
COPASI API
4.40.278
|
#include "copasi/copasi.h"#include "CTauLeapMethod.h"#include "CTrajectoryProblem.h"#include "copasi/math/CMathContainer.h"#include "copasi/model/CModel.h"#include "copasi/model/CMetab.h"#include "copasi/model/CReaction.h"#include "copasi/model/CState.h"#include "copasi/model/CChemEq.h"#include "copasi/model/CChemEqElement.h"#include "copasi/model/CCompartment.h"#include "copasi/core/CDataVector.h"#include "copasi/core/CMatrix.h"#include "copasi/utilities/CDependencyGraph.h"#include "copasi/utilities/CIndexedPriorityQueue.h"#include "copasi/randomGenerator/CRandom.h"Macros | |
| #define | EPS 0.03 |
| #define | INT_EPSILON 0.1 |
| #define | RANDOM_SEED 1 |
| #define | TAU 0.01 |
| #define | USE_RANDOM_SEED false |
| #define EPS 0.03 |
| #define INT_EPSILON 0.1 |
| #define RANDOM_SEED 1 |
| #define TAU 0.01 |
This class implements the tau-Leap method for the simulation of a biochemical system over time (see Gillespie (2001): Approximate accelerated stochastic simulation of chemically reacting systems. J. Chemical Physics, 115:1716-1733).
File name: CTauLeapMethod.cpp Author: Juergen Pahle Email: juergen.pahle@eml-r.villa-bosch.de
Last change: 20, April 2004
(C) European Media Lab 2004.
| #define USE_RANDOM_SEED false |