Overview | Group | Tree | Graph | Index | Concepts |
This function creates and returns a search selector that implements a minimization search for
the variable v
.
The search selector that this function creates and returns does several things:
v
and then reactivates this variable after the complete exploration of the search tree
defined by the goal passed to IloSelectSearch
.
d
is found, the constraint v <= d - step
is added to the solver
for the remainder of the search tree.See Also:
IlcSearchSelector, IloFirstSolution, IloSelectSearch