ILOG CPLEX .NET Reference Manual

Cplex.LimitSearch Method 

This function creates and returns a goal that limits the exploration of the search tree defined by goal, as specified by limit.

public Goal LimitSearch(
   Goal goal,
   SearchLimit limit
);

Return Value

A goal imposing the search tree defined by goal to search limit limit.

Remarks

All nodes in a subtree that have not yet been explored when the limit for that subtree is reached will be discarded.

See Also

Cplex Class | ILOG.CPLEX Namespace