SED-ML / KiSAO

Ontology of algorithms for analyzing biological models, their parameters, and their outputs
Artistic License 2.0
9 stars 0 forks source link

Add 'type of problem' or similar #2

Closed jonrkarr closed 3 years ago

jonrkarr commented 13 years ago

Some solver algorithms and implementations are specifically designed for solving ODE problems (y(0) = y0, y' = f(y, t) ) while others solve more general DAE problems like y(0) = 0, F(x, y, y', t) = 0.

This could be addressed if there was a solver characteristic like 'type of problem'.

Reported by: a1kmm

jonrkarr commented 13 years ago

Fixed in revision 163. See 'type of differential equation' sub-branch (KISAO_0000405).

Original comment by: annazhukova

jonrkarr commented 13 years ago

Original comment by: annazhukova