AsynchronousSolverManager ========================= (class from :py:mod:`pyomo.opt.parallel.async_solver`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.opt.parallel.async_solver import * try: from pyomo.opt.parallel.async_solver import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.opt.parallel.async_solver .. autoclass:: pyomo.opt.parallel.async_solver::AsynchronousSolverManager :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AsynchronousSolverManager.__init__ ~AsynchronousSolverManager.clear ~AsynchronousSolverManager.execute ~AsynchronousSolverManager.get_results ~AsynchronousSolverManager.get_status ~AsynchronousSolverManager.num_queued ~AsynchronousSolverManager.queue ~AsynchronousSolverManager.solve ~AsynchronousSolverManager.solve_all ~AsynchronousSolverManager.wait_all ~AsynchronousSolverManager.wait_any ~AsynchronousSolverManager.wait_for .. rubric:: Member Documentation