This method should be called after AbortSearch before any subsequent call to Solve or StartNewSearch.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public void 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.

See Also