From: Rainer M. <ra...@tb...> - 2008-10-03 08:33:34
|
Hi, Is anyone using the functions to create an ODEModel "WithObservables"? I plan to move this to CvodeSettings_setObservables (and to move the respective structures and functions to CvodeData). The reason is, that odeModel otherwise only depends on the SBML input, and defining "observables" fits more natural to the input settings. Also, one odeModel can then be run with different observables sets, and observables don't depend on the odeModel anymore. fyi, the rule-ordering, which made observables necessary, is currently being replaced with a topological sorting-based ordering (to allow SBML L2V2 initial assignments, and lost constraints on rule ordering). Is that a problem for anyone? Thanks, Rainer |