Ask CPLEX to stop cutting plane speration at the current node.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public abstract void ExitCutLoop() |
| Visual Basic |
|---|
Public MustOverride Sub ExitCutLoop |
Remarks
This method can be invoked only from Cplex.Callback.Context.Id.Relaxation; it throws an exception when invoked from another context.
Throws ILOG.Concert.Exception if an error occurs.