Skip to main content
FRAMES NO FRAMES

IlcOrLimit

public IlcSearchLimit IlcOrLimit(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 IlcOrs (choice points) of an IlcGoal by the use of IlcLimitSearch. The limit limit specifies the limit.

See Also: