__init__(**kwds)
|
Constructor |
clear()
|
Clear manager state |
execute(*args, **kwds)
|
Synchronously execute an action. |
get_results(ah)
|
Return solver results. |
get_status(ah)
|
Return the status of the ActionHandle. |
num_queued()
|
Return the number of queued actions. |
queue(*args, **kwds)
|
Queue an action, returning an ActionHandle object. |
solve(*args, **kwds)
|
|
solve_all(solver, instances, **kwds)
|
A simple utility to apply a solver to a list of problem instances. |
wait_all(*args)
|
Wait for all actions to complete. |
wait_any(*args)
|
Wait for any action (or any of the specified actions) to complete, and return the corresponding ActionHandle. |
wait_for(ah)
|
Wait for the specified action to complete. |