VarList ======= (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::VarList :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~VarList.__init__ ~VarList.add ~VarList.clear ~VarList.clear_suffix_value ~VarList.cname ~VarList.construct ~VarList.dim ~VarList.display ~VarList.extract_values ~VarList.fix ~VarList.flag_as_stale ~VarList.free ~VarList.get_suffix_value ~VarList.get_units ~VarList.get_values ~VarList.getname ~VarList.id_index_map ~VarList.index_set ~VarList.is_component_type ~VarList.is_constructed ~VarList.is_expression_type ~VarList.is_indexed ~VarList.is_logical_type ~VarList.is_named_expression_type ~VarList.is_numeric_type ~VarList.is_parameter_type ~VarList.is_reference ~VarList.is_variable_type ~VarList.items ~VarList.iteritems ~VarList.iterkeys ~VarList.itervalues ~VarList.keys ~VarList.model ~VarList.parent_block ~VarList.parent_component ~VarList.pprint ~VarList.reconstruct ~VarList.root_block ~VarList.set_suffix_value ~VarList.set_value ~VarList.set_values ~VarList.setlb ~VarList.setub ~VarList.to_dense_data ~VarList.type ~VarList.unfix ~VarList.valid_model_component ~VarList.values .. rubric:: Attributes .. autosummary:: ~VarList.active ~VarList.ctype ~VarList.domain ~VarList.local_name ~VarList.name .. rubric:: Member Documentation