IBM ILOG Solver User's Manual > Extending the Library > Using Impacts during Search > Understanding impacts > Impact-based search strategies

In general, a good search strategy starts by:

Using impacts, this means that you start with the variable x having the largest value returned by the call solver.getImpact(x); and a value a of the domain of x having the lowest value returned by the call solver.getImpact(x, a);.

The default goal described in the next section provides examples of strategies using impacts.