Skip to main content
FRAMES NO FRAMES

IlcBranchLimit

public IlcSearchLimit IlcBranchLimit(IlcCPEngine solver, IlcInt limit)
Definition file: ilcp/cpext.h
Returns a goal to limit the search.

This function returns a search limit which can be used to limit the number of branches (alternatives of a choice point) executed by an IlcGoal by the use of IlcLimitSearch. The limit limit specifies the limit.

See Also: