SortComponents ============== (enum from :py:mod:`pyomo.core.base.enums`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.enums import * try: from pyomo.core.base.enums import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.enums .. autoenum:: pyomo.core.base.enums::SortComponents :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Enum Members .. autosummary:: ~SortComponents.UNSORTED ~SortComponents.ORDERED_INDICES ~SortComponents.SORTED_INDICES ~SortComponents.ALPHABETICAL ~SortComponents.unsorted ~SortComponents.indices ~SortComponents.declOrder ~SortComponents.declarationOrder ~SortComponents.alphaOrder ~SortComponents.alphabeticalOrder ~SortComponents.alphabetical ~SortComponents.deterministic ~SortComponents.sortBoth ~SortComponents.alphabetizeComponentAndIndex .. rubric:: Methods .. autosummary:: ~SortComponents.default ~SortComponents.sorter ~SortComponents.sort_names ~SortComponents.sort_indices .. rubric:: Member Documentation