Skip to main content
FRAMES NO FRAMES

Enumeration Type

Definition file: ilcplex/ilocplexi.h

This enumeration type is used to identify the type of a callback implementation object referred to by an IloCplex::Callback handle.

See Also:

Fields

Simplex = 0 
Barrier = 1 
Crossover = 2 
Network = 3 
MIP = 4 
Probing = 5 
FractionalCut = 6 
DisjunctiveCut = 7 
Branch = 8 
UserCut = 9 
Node = 10 
Heuristic = 11 
Incumbent = 12 
Solve = 13 
FlowMIRCut = 14 
Continuous = 15 
MIPInfo = 16 
ProbingInfo = 17 
FractionalCutInfo = 18 
DisjunctiveCutInfo = 19 
FlowMIRCutInfo = 20 
Tuning = 21 
LazyConstraint = 22 
_Number = 23