IVariable ========= (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::IVariable :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~IVariable.__init__ ~IVariable.activate ~IVariable.clone ~IVariable.deactivate ~IVariable.fix ~IVariable.free ~IVariable.getname ~IVariable.has_lb ~IVariable.has_ub ~IVariable.is_binary ~IVariable.is_component_type ~IVariable.is_constant ~IVariable.is_continuous ~IVariable.is_discrete ~IVariable.is_expression_type ~IVariable.is_fixed ~IVariable.is_indexed ~IVariable.is_integer ~IVariable.is_logical_type ~IVariable.is_named_expression_type ~IVariable.is_numeric_type ~IVariable.is_parameter_type ~IVariable.is_potentially_variable ~IVariable.is_reference ~IVariable.is_relational ~IVariable.is_variable_type ~IVariable.polynomial_degree ~IVariable.to_string ~IVariable.unfix .. rubric:: Attributes .. autosummary:: ~IVariable.active ~IVariable.bounds ~IVariable.ctype ~IVariable.domain_type ~IVariable.fixed ~IVariable.lb ~IVariable.local_name ~IVariable.lslack ~IVariable.name ~IVariable.parent ~IVariable.slack ~IVariable.stale ~IVariable.storage_key ~IVariable.ub ~IVariable.uslack ~IVariable.value .. rubric:: Member Documentation