FRAMES NO FRAMES

Typedef IlcChooseIntSetIndex

Definition file: ilsolver/intset.h
Include file: <ilsolver/ilosolver.h>

IlcInt(* IlcChooseIntSetIndex)(const IlcIntSetVarArray)

This C++ type represents a pointer to a function that takes an array of constrained integer set variables and returns an integer.

In its search primitives for finding solutions, Solver lets you set parameters for choosing the order in which constrained variables are bound. You do so by means of choice functions called criteria.

The choice functions for constrained integer set variables (that is, instances of IlcIntSetVar or its subclasses) should have a signature of this type.

See Also: