PWRepn ====== (enum from :py:mod:`pyomo.core.base.piecewise`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.piecewise import * try: from pyomo.core.base.piecewise import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.piecewise .. autoenum:: pyomo.core.base.piecewise::PWRepn :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Enum Members Member type: :py:class:`str` .. autosummary:: ~PWRepn.SOS2 ~PWRepn.BIGM_BIN ~PWRepn.BIGM_SOS1 ~PWRepn.CC ~PWRepn.DCC ~PWRepn.DLOG ~PWRepn.LOG ~PWRepn.MC ~PWRepn.INC .. rubric:: Methods .. autosummary:: ~PWRepn.encode ~PWRepn.replace ~PWRepn.split ~PWRepn.rsplit ~PWRepn.join ~PWRepn.capitalize ~PWRepn.casefold ~PWRepn.title ~PWRepn.center ~PWRepn.count ~PWRepn.expandtabs ~PWRepn.find ~PWRepn.partition ~PWRepn.index ~PWRepn.ljust ~PWRepn.lower ~PWRepn.lstrip ~PWRepn.rfind ~PWRepn.rindex ~PWRepn.rjust ~PWRepn.rstrip ~PWRepn.rpartition ~PWRepn.splitlines ~PWRepn.strip ~PWRepn.swapcase ~PWRepn.translate ~PWRepn.upper ~PWRepn.startswith ~PWRepn.endswith ~PWRepn.removeprefix ~PWRepn.removesuffix ~PWRepn.isascii ~PWRepn.islower ~PWRepn.isupper ~PWRepn.istitle ~PWRepn.isspace ~PWRepn.isdecimal ~PWRepn.isdigit ~PWRepn.isnumeric ~PWRepn.isalpha ~PWRepn.isalnum ~PWRepn.isidentifier ~PWRepn.isprintable ~PWRepn.zfill ~PWRepn.format ~PWRepn.format_map ~PWRepn.maketrans ~PWRepn.__init__ .. rubric:: Member Documentation