-
Hi,
base model: ecModel_batch.zip |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That was somewhat intentional to allow users to inspect a solution if it is not optimal (see #688). Though, you should normally at least see a warning here. Though, there is a special status for numerical instability ("numeric"). You are right that increasing the feasibility tolerance would allow for slight violations, however that is often not desired. Alternatively, you could try to explicitly set |
Beta Was this translation helpful? Give feedback.
That was somewhat intentional to allow users to inspect a solution if it is not optimal (see #688). Though, you should normally at least see a warning here.
Though, there is a special status for numerical instability ("numeric"). You are right that increasing the feasibility tolerance would allow for slight violations, however that is often not desired. Alternatively, you could try to explicitly set
md.solver.configuration.presolve = True
which can stabilize the model.