VarData ======= (class from :py:mod:`pyomo.core.base.var`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.var import * try: from pyomo.core.base.var import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.var .. autoclass:: pyomo.core.base.var::VarData :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~VarData.__init__ ~VarData.clear ~VarData.clear_suffix_value ~VarData.cname ~VarData.copy ~VarData.fix ~VarData.free ~VarData.get_suffix_value ~VarData.get_units ~VarData.getname ~VarData.has_lb ~VarData.has_ub ~VarData.index ~VarData.is_binary ~VarData.is_component_type ~VarData.is_constant ~VarData.is_continuous ~VarData.is_expression_type ~VarData.is_fixed ~VarData.is_indexed ~VarData.is_integer ~VarData.is_logical_type ~VarData.is_named_expression_type ~VarData.is_numeric_type ~VarData.is_parameter_type ~VarData.is_potentially_variable ~VarData.is_reference ~VarData.is_relational ~VarData.is_variable_type ~VarData.model ~VarData.parent_block ~VarData.parent_component ~VarData.polynomial_degree ~VarData.pprint ~VarData.set_suffix_value ~VarData.set_value ~VarData.setlb ~VarData.setub ~VarData.to_string ~VarData.type ~VarData.unfix .. rubric:: Attributes .. autosummary:: ~VarData.active ~VarData.bounds ~VarData.ctype ~VarData.domain ~VarData.fixed ~VarData.lb ~VarData.local_name ~VarData.lower ~VarData.name ~VarData.stale ~VarData.ub ~VarData.upper ~VarData.value .. rubric:: Member Documentation