FRAMES NO FRAMES

IlcSizeOverDegreeVarEvaluator

public IloEvaluator< IlcIntVar > IlcSizeOverDegreeVarEvaluator(IloEnv env)
public IloEvaluator< IlcIntVar > IlcSizeOverDegreeVarEvaluator(IloSolver solver)
Definition file: ilsolver/custgoal.h
Include file: <ilsolver/ilosolver.h>

This function returns an instance of the evaluator IloEvaluator<IlcIntVar>. The evaluation returns the floating-point value IlcFloat(x.getSize()) / solver.getDegree(x), where x is the evaluated variable.