FixedVarDetector ================ (class from :py:mod:`pyomo.contrib.preprocessing.plugins.detect_fixed_vars`) .. 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.detect_fixed_vars import * try: from pyomo.contrib.preprocessing.plugins.detect_fixed_vars import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.preprocessing.plugins.detect_fixed_vars .. autoclass:: pyomo.contrib.preprocessing.plugins.detect_fixed_vars::FixedVarDetector :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~FixedVarDetector.__init__ ~FixedVarDetector.apply ~FixedVarDetector.apply_to ~FixedVarDetector.create_using ~FixedVarDetector.revert .. rubric:: Attributes .. autosummary:: ~FixedVarDetector.CONFIG .. rubric:: Member Documentation