NumericRange ============ (class from :py:mod:`pyomo.core.base.range`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.range import * try: from pyomo.core.base.range import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.range .. autoclass:: pyomo.core.base.range::NumericRange :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NumericRange.__init__ ~NumericRange.isdiscrete ~NumericRange.isdisjoint ~NumericRange.isfinite ~NumericRange.issubset ~NumericRange.normalize_bounds ~NumericRange.range_difference ~NumericRange.range_intersection .. rubric:: Attributes .. autosummary:: ~NumericRange.start ~NumericRange.end ~NumericRange.step ~NumericRange.closed .. rubric:: Member Documentation