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 45c7b48 commit 65e684aCopy full SHA for 65e684a
pyomo/gdp/plugins/multiple_bigm.py
@@ -105,7 +105,9 @@ class MultipleBigMTransformation(Transformation):
105
106
Note: Unlike in the bigm transformation, we require the keys in this
107
mapping specify the components the M value applies to exactly in order
108
- to avoid ambiguity.
+ to avoid ambiguity. However, if the 'only_mbigm_bound_constraints'
109
+ option is True, this argument can be used as it would be in the
110
+ traditional bigm transformation for the non-bound constraints.
111
"""
112
))
113
CONFIG.declare('reduce_bound_constraints', ConfigValue(
0 commit comments