Skip to content

Commit 65e684a

Browse files
committed
Adding some documentation for bigM arg
1 parent 45c7b48 commit 65e684a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyomo/gdp/plugins/multiple_bigm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ class MultipleBigMTransformation(Transformation):
105105
106106
Note: Unlike in the bigm transformation, we require the keys in this
107107
mapping specify the components the M value applies to exactly in order
108-
to avoid ambiguity.
108+
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.
109111
"""
110112
))
111113
CONFIG.declare('reduce_bound_constraints', ConfigValue(

0 commit comments

Comments
 (0)