Miscellaneous: Asynchronous solver sessions
Warning
This article references outdated technology and is provided for historical purposes only. It is not recommended to use this information as a primary source for current projects or documentation. Please refer to the latest documentation for up-to-date information.
Direct download AIMMS Project AsynchronousSolverSessions.zip
Problem type: MIP (medium)
Keywords: Parallel solver sessions, asynchronous, GMP, Threads
Description: This example demonstrates how asynchronous solver sessions can be used to solve multiple instances of the FlowShop problem in parallel. For each solver session you can specify the amount of threads to be used by the solver. That way you can, e.g., solve two instances in parallel by using two solver sessions whereby each solver session uses 4 threads.
Note: Multiple threads for MIP problems are only supported by CPLEX and Gurobi