IBM ILOG Solver User's Manual > Extending the Library > Using Impacts during Search > Understanding impacts > Impact-based search strategies |
Impact-based search strategies |
INDEX
![]() |
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.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |