draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

Exchangable solvers #71

Open draeger opened 1 year ago

draeger commented 1 year ago

At the moment, a default solver (GLPK) is used as the backend for flux balance analysis. It should be possible to make this exchangable. Implement support for multiple solvers.