Skip to main content
FRAMES NO FRAMES

IlcFailLimit

public IlcSearchLimit IlcFailLimit(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 fails (dead ends) of an IlcGoal by the use of IlcLimitSearch. The limit limit specifies the limit.

See Also: