IBM ILOG Solver User's Manual > Extending the Library > Using Impacts during Search > Customizable Goal for Integer Variables

The class IloCustomizableGoal is a goal for integer variables based on filters. It implements a family of strategies based on filters. An instance of IloCustomizableGoal is created with an array of variables to perform the search on:

  IloCustomizableGoal d = IloCustomizableGoal(env, x);

Variables and value filters can then be added to this goal to define a search strategy.