micom-dev / micom

Python package to study microbial communities using metabolic modeling.
https://micom-dev.github.io/micom
Apache License 2.0
82 stars 17 forks source link

Enable the hybrid solver as the new default #144

Closed cdiener closed 7 months ago

cdiener commented 8 months ago

This replaces OSQP with the new hybrid solver from https://github.com/opencobra/optlang/pull/256 which finally gives good accuracy solutions right out of the box.

Required prior releases

cdiener commented 7 months ago

Has been merged.