SolverFactoryClass ================== (class from :py:mod:`pyomo.contrib.solver.factory`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.solver.factory import * .. currentmodule:: pyomo.contrib.solver.factory .. autoclass:: pyomo.contrib.solver.factory::SolverFactoryClass :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SolverFactoryClass.__init__ ~SolverFactoryClass.doc ~SolverFactoryClass.get_class ~SolverFactoryClass.register ~SolverFactoryClass.unregister .. rubric:: Member Documentation