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 e4f564c commit 4a80136Copy full SHA for 4a80136
1 file changed
pyomo/contrib/multistart/multi.py
@@ -117,14 +117,14 @@ def __init__(
117
Value bounded in (0, 1].""",
118
),
119
)
120
- # self.surpress_unbounded_warning = self.declare(
121
- # "suppress_unbounded_warning",
122
- # ConfigValue(
123
- # default=False,
124
- # domain=bool,
125
- # description="True to suppress warning for skipping unbounded variables.",
126
- # ),
127
- # )
+ self.suppress_unbounded_warning = self.declare(
+ "suppress_unbounded_warning",
+ ConfigValue(
+ default=False,
+ domain=bool,
+ description="True to suppress warning for skipping unbounded variables.",
+ ),
+ )
128
self.HCS_max_iterations = self.declare(
129
"HCS_max_iterations",
130
ConfigValue(
0 commit comments