PolyhedralSet ============= (class from :py:mod:`pyomo.contrib.pyros.uncertainty_sets`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pyros.uncertainty_sets import * try: from pyomo.contrib.pyros.uncertainty_sets import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pyros.uncertainty_sets .. autoclass:: pyomo.contrib.pyros.uncertainty_sets::PolyhedralSet :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PolyhedralSet.__init__ ~PolyhedralSet.compute_auxiliary_uncertain_param_vals ~PolyhedralSet.is_bounded ~PolyhedralSet.is_nonempty ~PolyhedralSet.point_in_set ~PolyhedralSet.set_as_constraint ~PolyhedralSet.validate .. rubric:: Attributes .. autosummary:: ~PolyhedralSet.coefficients_mat ~PolyhedralSet.dim ~PolyhedralSet.geometry ~PolyhedralSet.parameter_bounds ~PolyhedralSet.rhs_vec ~PolyhedralSet.type .. rubric:: Member Documentation