FRAMES NO FRAMES

IloApply

public IloGoal IloApply(const IloEnv env, const IloGoal goal, const IloBranchSelector branchSelector)
Definition file: ilsolver/ilosolverint.h
Include file: <ilsolver/ilosolver.h>

This function returns a goal that applies the branch selector s to the search tree defined by the goal g. As the goal handler explores the search tree, each choice point is controlled by the branch selector.

It takes an instance of the class IloEnv as a parameter, it returns an instance of IloGoal for use with the member functions IloSolver::startNewSearch and IloSolver::solve. An instance of IloSolver extracts the goal that it returns as an instance of IlcGoal for use during a Solver search.

See Also:


IloApply

public IloGoal IloApply(const IloEnv env, const IloGoal g, const IloNodeEvaluator e)
Definition file: ilsolver/ilosolverint.h
Include file: <ilsolver/ilosolver.h>

This function creates and returns a goal for use in a search. This goal applies the evaluator e to the search tree defined by the goal g. In doing so, it changes the order of evaluation according to e of the open nodes of the search tree defined by g.

When it takes an instance of the class IloEnv (documented in the IBM ILOG Concert Technology Reference Manual) as a parameter, it returns an instance of IloGoal for use with the member functions IloSolver::startNewSearch and IloSolver::solve. An instance of IloSolver extracts the goal that it returns as an instance of IlcGoal for use during a Solver search.

See Also: