variable\_tuple =============== (class from :py:mod:`pyomo.core.kernel.variable`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.kernel.variable import * try: from pyomo.core.kernel.variable import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.kernel.variable .. autoclass:: pyomo.core.kernel.variable::variable_tuple :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~variable_tuple.__init__ ~variable_tuple.activate ~variable_tuple.child ~variable_tuple.children ~variable_tuple.clone ~variable_tuple.components ~variable_tuple.count ~variable_tuple.deactivate ~variable_tuple.getname ~variable_tuple.index .. rubric:: Attributes .. autosummary:: ~variable_tuple.active ~variable_tuple.ctype ~variable_tuple.local_name ~variable_tuple.name ~variable_tuple.parent ~variable_tuple.storage_key .. rubric:: Member Documentation