FRAMES NO FRAMES

IloMinimizeVar

public IloSearchSelector IloMinimizeVar(const IloEnv env, const IloNumVar var, IloNum step=0)
Definition file: ilsolver/ilosolverint.h
Include file: <ilsolver/ilosolver.h>

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:

When this function takes an instance of the class IloEnv as a parameter, it 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: