ColPartition ============ (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::ColPartition :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ColPartition.__init__ ~ColPartition.count ~ColPartition.index .. rubric:: Attributes .. autosummary:: ~ColPartition.overconstrained ~ColPartition.square ~ColPartition.underconstrained ~ColPartition.unmatched .. rubric:: Member Documentation