This method terminates a search and deletes the
internal objects created by CP to carry out the search.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public virtual void EndSearch() |
Remarks
The use of this method is optional. CP Optimizer now automatically ends the search the next time StartNewSearch()()()() or Solve()()()() is called. However, if you omit a call to EndSearch()()()() you will not obtain the correct summary information on the search log, or through GetInfo()()()() until you do so.
You may not call Next()()()() after calling EndSearch()()()() without first calling StartNewSearch()()()().