public static class IloCplex.Aborter
extends java.lang.Object
You can pass an instance of this class to one or more CPLEX objects. Calling
the method abort will then terminate the solve or tuning method
of the CPLEX object, even in different threads.
| Constructor and Description |
|---|
IloCplex.Aborter()
Constructs an instance of the aborter class.
|