solvers ======= .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.solvers.plugins import * try: from pyomo.solvers.plugins import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.solvers.plugins .. automodule:: pyomo.solvers.plugins.solvers :undoc-members: .. rubric:: Modules .. autosummary:: :toctree: :template: recursive-module.rst :recursive: ASL BARON CBCplugin CONOPT CPLEX GAMS GLPK GUROBI GUROBI_RUN IPOPT KNITROAMPL SAS SCIPAMPL XPRESS cplex_direct cplex_persistent cuopt_direct direct_or_persistent_solver direct_solver gurobi_direct gurobi_persistent mosek_direct mosek_persistent persistent_solver pywrapper xpress_direct xpress_persistent