-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong bound types when using MOSEK #211
Comments
Update I have changed Pyomo code generating the bound types for MOSEK. There is an indicator in the variables array (var_seq) .is_fixed() which I ignore for the moment. I have changed file
to
The fixed variables in the RTS_GMLS model are:
Then, running MOSEK works fine
|
I believe this is now fixed in Pyomo (Pyomo/pyomo#1844). |
I am using the latest Pyomo via Anaconda 3 and I still experience the issue |
Sorry - it was fixed in the main branch. There has not been a release since Pyomo/pyomo#1844 was merged. It will probably be another month before there is another Pyomo release. |
I am trying to solve the UC using MOSEK solver, e.g.
and I get en error
mosek.Error: rescode.err_fixed_bound_values(1420): For a fixed constraint/variable the specified lower bound 0.000000000000000e+00 and upper bound 1.000000000000000e+00 are different.
The problem is reproducible for other test examples and UC formulations. Any suggestions/pointers how to address this issue? Thanks!
The text was updated successfully, but these errors were encountered: