FRAMES NO FRAMES

IloBestSolutionComparator

public IloComparator< IloSolution > IloBestSolutionComparator(IloEnv env)
Definition file: ilsolver/iimpool.h
Include file: <ilsolver/iim.h>
A solution comparator that prefers higher quality solutions.

This function creates a solution comparator on the environment env that prefers higher quality solutions. This comparator makes use of IloSolution::isBetterThan in order to make its comparison.

See Also: