Skip to content

Commit cb6e9a3

Browse files
Update docstring of UncertaintySet.is_nonempty()
1 parent 278049c commit cb6e9a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyomo/contrib/pyros/uncertainty_sets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ def is_nonempty(self, config):
658658
Raises
659659
------
660660
ValueError
661-
If the feasibility problem is neither solved to an
662-
acceptable level nor found to be infeasible.
661+
If neither nonemptiness nor emptiness of the uncertainty
662+
set can be certified.
663663
"""
664664
if config.nominal_uncertain_param_vals and self.point_in_set(
665665
config.nominal_uncertain_param_vals

0 commit comments

Comments
 (0)