SolverBase ========== (class from :py:mod:`pyomo.contrib.solver.base`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.solver.base import * .. currentmodule:: pyomo.contrib.solver.base .. autoclass:: pyomo.contrib.solver.base::SolverBase :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SolverBase.__init__ ~SolverBase.available ~SolverBase.is_persistent ~SolverBase.solve ~SolverBase.version .. rubric:: Attributes .. autosummary:: ~SolverBase.CONFIG .. rubric:: Member Documentation