SimpleVar ========= (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::SimpleVar :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SimpleVar.__init__ ~SimpleVar.add ~SimpleVar.clear ~SimpleVar.clear_suffix_value ~SimpleVar.cname ~SimpleVar.construct ~SimpleVar.copy ~SimpleVar.dim ~SimpleVar.display ~SimpleVar.extract_values ~SimpleVar.fix ~SimpleVar.flag_as_stale ~SimpleVar.free ~SimpleVar.get_suffix_value ~SimpleVar.get_units ~SimpleVar.get_values ~SimpleVar.getname ~SimpleVar.has_lb ~SimpleVar.has_ub ~SimpleVar.id_index_map ~SimpleVar.index ~SimpleVar.index_set ~SimpleVar.is_binary ~SimpleVar.is_component_type ~SimpleVar.is_constant ~SimpleVar.is_constructed ~SimpleVar.is_continuous ~SimpleVar.is_expression_type ~SimpleVar.is_fixed ~SimpleVar.is_indexed ~SimpleVar.is_integer ~SimpleVar.is_logical_type ~SimpleVar.is_named_expression_type ~SimpleVar.is_numeric_type ~SimpleVar.is_parameter_type ~SimpleVar.is_potentially_variable ~SimpleVar.is_reference ~SimpleVar.is_relational ~SimpleVar.is_variable_type ~SimpleVar.items ~SimpleVar.iteritems ~SimpleVar.iterkeys ~SimpleVar.itervalues ~SimpleVar.keys ~SimpleVar.model ~SimpleVar.parent_block ~SimpleVar.parent_component ~SimpleVar.polynomial_degree ~SimpleVar.pprint ~SimpleVar.reconstruct ~SimpleVar.root_block ~SimpleVar.set_suffix_value ~SimpleVar.set_value ~SimpleVar.set_values ~SimpleVar.setlb ~SimpleVar.setub ~SimpleVar.to_dense_data ~SimpleVar.to_string ~SimpleVar.type ~SimpleVar.unfix ~SimpleVar.valid_model_component ~SimpleVar.values .. rubric:: Attributes .. autosummary:: ~SimpleVar.active ~SimpleVar.bounds ~SimpleVar.ctype ~SimpleVar.domain ~SimpleVar.fixed ~SimpleVar.lb ~SimpleVar.local_name ~SimpleVar.lower ~SimpleVar.name ~SimpleVar.stale ~SimpleVar.ub ~SimpleVar.upper ~SimpleVar.value .. rubric:: Member Documentation