IBM ILOG Solver User's Manual > Extending the Library > Using Impacts during Search > Customizable Goal for Integer Variables |
Customizable Goal for Integer Variables |
INDEX
![]() |
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.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |