-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update code to work with Pyomo 6 #25
Comments
We are currently using Pyomo 5.6.8 (Dec 2019) and we want to update to the Pyomo 6.1. According to the changelog, the following updates will need to be addressed:
|
Changes encountered so far include:
Removed |
The update also introduced an error when loading tabular data using the |
The code is currently limited to only work with <= 5.6.8. However, CPLEX is incompatible with versions < 5.7.3. It would also probably be good to update to the newest version.
This issue was raised in the original switch documentation:
Steps:
The text was updated successfully, but these errors were encountered: