You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coinor_cbc interface will give incorrect solutions. Sometimes this happens on the first optimizations and sometimes on later ones, but it is definitely inconsistent.
This should always return a solution with 3 components.
Context
optlang has no show_versions.... need to fix the template here.
It is optlang 1.5.1 with cobra 0.22 though.
The cbc interface also fails a lot of other cobrapy tests due to some bugs in the interface, For instance gapfilling will expose a bug where variables are added twice.
The text was updated successfully, but these errors were encountered:
Problem description
The coinor_cbc interface will give incorrect solutions. Sometimes this happens on the first optimizations and sometimes on later ones, but it is definitely inconsistent.
Code Sample
Create a minimal, complete, verifiable example.
This should always return a solution with 3 components.
Context
optlang has no show_versions.... need to fix the template here.
It is optlang 1.5.1 with cobra 0.22 though.
The cbc interface also fails a lot of other cobrapy tests due to some bugs in the interface, For instance gapfilling will expose a bug where variables are added twice.
The text was updated successfully, but these errors were encountered: