XVarList ======== (class from :py:mod:`pyomo.core.beta.list_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.list_objects import * try: from pyomo.core.beta.list_objects import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.beta.list_objects .. autoclass:: pyomo.core.beta.list_objects::XVarList :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~XVarList.__init__ ~XVarList.add ~XVarList.append ~XVarList.clear ~XVarList.clear_suffix_value ~XVarList.cname ~XVarList.construct ~XVarList.count ~XVarList.dim ~XVarList.display ~XVarList.extend ~XVarList.extract_values ~XVarList.fix ~XVarList.flag_as_stale ~XVarList.free ~XVarList.get_suffix_value ~XVarList.get_units ~XVarList.get_values ~XVarList.getname ~XVarList.id_index_map ~XVarList.index ~XVarList.index_set ~XVarList.insert ~XVarList.is_component_type ~XVarList.is_constructed ~XVarList.is_expression_type ~XVarList.is_indexed ~XVarList.is_logical_type ~XVarList.is_named_expression_type ~XVarList.is_numeric_type ~XVarList.is_parameter_type ~XVarList.is_reference ~XVarList.is_variable_type ~XVarList.items ~XVarList.iteritems ~XVarList.iterkeys ~XVarList.itervalues ~XVarList.keys ~XVarList.model ~XVarList.parent_block ~XVarList.parent_component ~XVarList.pop ~XVarList.pprint ~XVarList.reconstruct ~XVarList.remove ~XVarList.reverse ~XVarList.root_block ~XVarList.set_suffix_value ~XVarList.set_value ~XVarList.set_values ~XVarList.setlb ~XVarList.setub ~XVarList.to_dense_data ~XVarList.type ~XVarList.unfix ~XVarList.valid_model_component ~XVarList.values .. rubric:: Attributes .. autosummary:: ~XVarList.active ~XVarList.ctype ~XVarList.domain ~XVarList.local_name ~XVarList.name .. rubric:: Member Documentation