VarDict ======= (class from :py:mod:`pyomo.core.beta.dict_objects`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.beta.dict_objects import * try: from pyomo.core.beta.dict_objects import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.beta.dict_objects .. autoclass:: pyomo.core.beta.dict_objects::VarDict :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~VarDict.__init__ ~VarDict.add ~VarDict.clear ~VarDict.clear_suffix_value ~VarDict.cname ~VarDict.construct ~VarDict.dim ~VarDict.display ~VarDict.extract_values ~VarDict.fix ~VarDict.flag_as_stale ~VarDict.free ~VarDict.get ~VarDict.get_suffix_value ~VarDict.get_units ~VarDict.get_values ~VarDict.getname ~VarDict.id_index_map ~VarDict.index_set ~VarDict.is_component_type ~VarDict.is_constructed ~VarDict.is_expression_type ~VarDict.is_indexed ~VarDict.is_logical_type ~VarDict.is_named_expression_type ~VarDict.is_numeric_type ~VarDict.is_parameter_type ~VarDict.is_reference ~VarDict.is_variable_type ~VarDict.items ~VarDict.iteritems ~VarDict.iterkeys ~VarDict.itervalues ~VarDict.keys ~VarDict.model ~VarDict.parent_block ~VarDict.parent_component ~VarDict.pop ~VarDict.popitem ~VarDict.pprint ~VarDict.reconstruct ~VarDict.root_block ~VarDict.set_suffix_value ~VarDict.set_value ~VarDict.set_values ~VarDict.setdefault ~VarDict.setlb ~VarDict.setub ~VarDict.to_dense_data ~VarDict.type ~VarDict.unfix ~VarDict.update ~VarDict.valid_model_component ~VarDict.values .. rubric:: Attributes .. autosummary:: ~VarDict.active ~VarDict.ctype ~VarDict.domain ~VarDict.local_name ~VarDict.name .. rubric:: Member Documentation