GDPTree ======= (class from :py:mod:`pyomo.gdp.util`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.gdp.util import * try: from pyomo.gdp.util import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.gdp.util .. autoclass:: pyomo.gdp.util::GDPTree :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GDPTree.__init__ ~GDPTree.add_edge ~GDPTree.add_node ~GDPTree.children ~GDPTree.in_degree ~GDPTree.is_leaf ~GDPTree.parent ~GDPTree.parent_disjunct ~GDPTree.reverse_topological_sort ~GDPTree.root_disjunct ~GDPTree.topological_sort .. rubric:: Attributes .. autosummary:: ~GDPTree.disjunct_nodes ~GDPTree.leaves ~GDPTree.vertices .. rubric:: Member Documentation