Skip to content

Commit 278049c

Browse files
Simplify docstring of UncertaintySet.is_bounded()
1 parent a3b8431 commit 278049c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyomo/contrib/pyros/uncertainty_sets.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ def param_var_objectives(self, idx):
578578

579579
def is_bounded(self, config):
580580
"""
581-
Determine whether the uncertainty set is bounded.
581+
Return True if the uncertainty set is certified to be bounded,
582+
False otherwise.
582583
583584
Parameters
584585
----------
@@ -587,9 +588,7 @@ def is_bounded(self, config):
587588
588589
Returns
589590
-------
590-
: bool
591-
True if the uncertainty set is certified to be bounded,
592-
and False otherwise.
591+
bool
593592
594593
Notes
595594
-----

0 commit comments

Comments
 (0)