Re: SBML L2v2 specification vote #4: References to controlled vocabularies
21 Dec '05 12:26
Howard Salis wrote:
> What you're proposing sounds like reading the model file, generating
> source code using the model information, compiling the source code
> into instructions, and running those instructions. Like I said, I do
> not want to recompile my program for every model I simulate. For
> example, what happens when you want to simulate .... multiple models?
> Must you recompile for each model?
For different models you have different Classes in compiled code, for
the same model with just different numbers you have another instance of
the same class.
No problem.
It is especially no problem, if you want to be fast during simulation.