plugins ======= .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.preprocessing import * try: from pyomo.contrib.preprocessing import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.preprocessing .. automodule:: pyomo.contrib.preprocessing.plugins :undoc-members: .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst load .. rubric:: Modules .. autosummary:: :toctree: :template: recursive-module.rst :recursive: bounds_to_vars constraint_tightener deactivate_trivial_constraints detect_fixed_vars equality_propagate induced_linearity init_vars int_to_binary remove_zero_terms strip_bounds var_aggregator zero_sum_propagator