(class from pyomo.opt.parallel.manager)
pyomo.opt.parallel.manager
Bases: object
object
Constructor
Methods
__init__()
__init__
clear()
clear
Clear manager state
execute(*args, **kwds)
execute
Synchronously execute an action.
get_results(ah)
get_results
Return solver results.
get_status(ah)
get_status
Return the status of the ActionHandle.
num_queued()
num_queued
Return the number of queued actions.
queue(*args, **kwds)
queue
Queue an action, returning an ActionHandle object.
wait_all(*args)
wait_all
Wait for all actions to complete.
wait_any(*args)
wait_any
Wait for any action (or any of the specified actions) to complete, and return the corresponding ActionHandle.
wait_for(ah)
wait_for
Wait for the specified action to complete.
Member Documentation
Return solver results. If solver results are not available, return None.
Wait for all actions to complete. The arguments to this method are expected to be ActionHandle objects or iterators that return ActionHandle objects. If no arguments are provided, then this method will terminate after all queued actions are