We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b739d8 commit 9776d23Copy full SHA for 9776d23
switch_model/solve.py
@@ -90,8 +90,6 @@ def debug(type, value, tb):
90
# Patch pyomo if needed, to allow reconstruction of expressions.
91
# This must be done before the model is constructed.
92
patch_pyomo()
93
- patch_to_allow_loading(Set)
94
- patch_to_allow_loading(Param)
95
96
# Define the model
97
model = create_model(modules, args=args)
0 commit comments