triangulations ============== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.piecewise import * try: from pyomo.contrib.piecewise import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.piecewise .. automodule:: pyomo.contrib.piecewise.triangulations :undoc-members: .. rubric:: Enums .. autosummary:: :toctree: :template: recursive-enum.rst Direction Triangulation .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst get_ordered_j1_triangulation get_unordered_j1_triangulation