| Overview | Group | Tree | Graph | Index | Concepts |
This function creates and returns a search selector to act as a filter during the search for a solution in a Concert Technology model.
The search selector that this function creates and returns does several things:
var and then reactivates this variable after the complete exploration of the search tree.
d is found, the constraint
var >= d + step is added to the model for the remainder of the search.
var when the node is created. When the search requires an open node, it checks whether
the current lower bound on the objective is greater than the evaluation of the node. If so, the
node is safely discarded.This function returns an instance of IloSearchSelector for
use with the member functions IloSolver::startNewSearch and
IloSolver::solve. An instance of IloSolver
extracts the search selector that it returns as an instance of
IlcSearchSelector for use during a Solver search.
See Also: