FRAMES NO FRAMES

IloSolutionEvaluator

public IloEvaluator< IloSolution > IloSolutionEvaluator(IloEnv env, IloBoolVar var)
Definition file: ilsolver/iimpooleval.h
Include file: <ilsolver/iim.h>
Evaluates the value of a Boolean variable in a solution.

This function creates a solution evaluator on the environment env which evaluates the value of the Boolean variable var in the solution to be evaluated.


IloSolutionEvaluator

public IloEvaluator< IloSolution > IloSolutionEvaluator(IloEnv env)
Definition file: ilsolver/iimpooleval.h
Include file: <ilsolver/iim.h>
Evaluates the objective value of a solution.

This function creates a solution evaluator on the environment env which evaluates the objective value of a solution.


IloSolutionEvaluator

public IloEvaluator< IloSolution > IloSolutionEvaluator(IloEnv env, IloNumVar var)
Definition file: ilsolver/iimpooleval.h
Include file: <ilsolver/iim.h>
Evaluates the value of a floating point variable in a solution.

This function creates a solution evaluator on the environment env which evaluates the value of the floating-point variable var in the solution to be evaluated.


IloSolutionEvaluator

public IloEvaluator< IloSolution > IloSolutionEvaluator(IloEnv env, IloIntVar var)
Definition file: ilsolver/iimpooleval.h
Include file: <ilsolver/iim.h>
Evaluates the value of an integer variable in a solution.

This function creates a solution evaluator on the environment env which evaluates the value of the integer variable var in the solution to be evaluated.