-
Notifications
You must be signed in to change notification settings - Fork 68
Issue with the solver GLPK #728
Copy link
Copy link
Open
Labels
Description
Hi,
It looks like I am having significant issue with GLPK.
Long story short - I have a working model that works sufficiently well. I am now trying to run several climate scenarios to assess the climate risk for the considered system.
When running these scenarios (mainly based on a resampling of T and P variables + step changes on these variables), the solver crash in the middle of the simulation, stating that NO PRIMAL SOLUTION EXISTS.
Sometimes, I got the error message below:
Assertion failed: teta >= 0.0
Error detected in file ..\src\simplex\spxchuzr.c at line 294
Looking online about the above assertion, it looks like this might come from numerical instability. Have you encounter such a issue in the past?
Thanks
Reactions are currently unavailable