ExternalVarInfo =============== (class from :py:mod:`pyomo.contrib.gdpopt.ldsda`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.gdpopt.ldsda import * try: from pyomo.contrib.gdpopt.ldsda import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.gdpopt.ldsda .. autoclass:: pyomo.contrib.gdpopt.ldsda::ExternalVarInfo :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ExternalVarInfo.__init__ ~ExternalVarInfo.count ~ExternalVarInfo.index .. rubric:: Attributes .. autosummary:: ~ExternalVarInfo.Boolean_vars ~ExternalVarInfo.LB ~ExternalVarInfo.UB ~ExternalVarInfo.exactly_number .. rubric:: Member Documentation