Overview | Group | Tree | Graph | Index | Concepts |
IlcInt(* IlcEvalAny)(const IlcAny val, IlcAnyVar var)
This C++ type represents a pointer to a function that takes two arguments
and returns an integer. The second of those two arguments is a constrained
enumerated variable (that is, an instance of IlcAnyExp
or one
of its subclasses), and the first argument is a pointer.
Solver lets you control the order in which the values in the domain of a
constrained variable are tried during the search for a solution. The choice
of the next value to try for a constrained enumerated variable is made by an
object of the class IlcAnySelect
. Such an object usually uses
an evaluation function of the type IlcEvalAny.
See Also:
IlcAnySelect, IlcAnyVar, IloInstantiate