induced\_linearity ================== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.preprocessing.plugins import * try: from pyomo.contrib.preprocessing.plugins import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.preprocessing.plugins .. automodule:: pyomo.contrib.preprocessing.plugins.induced_linearity :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst InducedLinearity .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst detect_effectively_discrete_vars determine_valid_values prune_possible_values zero_if_None