FRAMES NO FRAMES

Class IloPoolOperator::InvocationEvent

Definition file: ilsolver/iimoperator.h
Include file: <ilsolver/iim.h>
The event produced by pool operators when they are invoked.

When an operator is invoked, it produces an event of type IloPoolOperator::InvocationEvent. The event is emitted directly upon entering the operator. For example, assume that an operator was created using op = op1 && op2. When op is executed, first invocation events for op are produced, and then events for op1 are produced. If op1 then succeeds, an invocation event for op2 will be produced when it begins execution.

See Also:

Inherited Methods from Event
getOperator, getSolver