This method should be called after AbortSearch before any subsequent
call to Solve or StartNewSearch.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public void ClearAbort() |
| Visual Basic |
|---|
Public Sub ClearAbort |
Remarks
It should be called from the same thread that run the previous search, and not the one that invoked
the AbortSearch in order to avoid any synchronization issues.