RowPartition ============ (class from :py:mod:`pyomo.contrib.incidence_analysis.dulmage_mendelsohn`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.incidence_analysis.dulmage_mendelsohn import * try: from pyomo.contrib.incidence_analysis.dulmage_mendelsohn import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.incidence_analysis.dulmage_mendelsohn .. autoclass:: pyomo.contrib.incidence_analysis.dulmage_mendelsohn::RowPartition :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~RowPartition.__init__ ~RowPartition.count ~RowPartition.index .. rubric:: Attributes .. autosummary:: ~RowPartition.overconstrained ~RowPartition.square ~RowPartition.underconstrained ~RowPartition.unmatched .. rubric:: Member Documentation