SolverModel =========== (class from :py:mod:`pyomo.contrib.appsi.solvers.maingo_solvermodel`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.appsi.solvers.maingo_solvermodel import * try: from pyomo.contrib.appsi.solvers.maingo_solvermodel import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.appsi.solvers.maingo_solvermodel .. autoclass:: pyomo.contrib.appsi.solvers.maingo_solvermodel::SolverModel :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SolverModel.__init__ ~SolverModel.build_maingo_constraints ~SolverModel.build_maingo_objective ~SolverModel.evaluate ~SolverModel.get_initial_point ~SolverModel.get_variables .. rubric:: Member Documentation