FRAMES NO FRAMES

Class IloPoolOperator::Event

Definition file: ilsolver/iimoperator.h
Include file: <ilsolver/iim.h>
Event produced by pool operators.

This class describes events produced by pool operators. Whenever a pool operator is invoked or participates in the creation of a solution (succeeds), it emits an event of this type. These events can be listened to by attaching listeners to operators or to the factories which produce them. Normally, you will not be involved in the creation of events, but will only listen to them via listeners; the operators themselves are the creators of events.

See Also:

Method Summary
public IloPoolOperatorgetOperator() const

Returns the operator involved.

public IloSolvergetSolver() const

Returns the solver used during execution of the operator.

Method Detail

getOperator

public IloPoolOperator getOperator() const
Returns the operator involved.

This member function returns the operator op that creates the pool operator event.


getSolver

public IloSolver getSolver() const
Returns the solver used during execution of the operator.

This member function returns the solver solver used during the execution of the operator.