IBM ILOG Solver User's Manual > More on Solving > Limits and Problem Decomposition: Locating Warehouses > Suggested answers > Exercise 2

How do you implement a search limit?

Suggested Answer

You use the function IloLimitSearch. It takes three parameters: the environment, a goal, and a search limit. This function places a search limit on a goal and returns another goal.