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