Gracefully terminates the solve and tuning methods of CPLEX.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public class Aborter : IDisposable
Visual Basic
Public Class Aborter _
	Implements IDisposable

Remarks

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.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..Aborter

See Also