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
When using cplex with PyPSA-EUR and linopy I'm getting the following error.
It is linked to an inf constraint which I'm lazily imposing on the network, when filtering for the values which are inf and not imposing the constraint everything works fine.
gurobi does not have that issue and also runs fine with the inf constraint.
When using
cplex
with PyPSA-EUR andlinopy
I'm getting the following error.It is linked to an
inf
constraint which I'm lazily imposing on the network, when filtering for the values which areinf
and not imposing the constraint everything works fine.gurobi
does not have that issue and also runs fine with theinf
constraint.Probably related: Pyomo/pyomo#364)
Error message
The text was updated successfully, but these errors were encountered: