Overview | Group | Tree | Graph | Index | Concepts |
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:
IloPoolOperator::addListener, IloPoolOperatorFactory::addListener, ILOIIMLISTENER0, IloListener
Method Summary | |
---|---|
public IloPoolOperator | getOperator() const Returns the operator involved. |
public IloSolver | getSolver() const Returns the solver used during execution of the operator. |
Method Detail |
---|
This member function returns the operator op
that creates the pool operator event.
This member function returns the solver solver
used during the execution of the operator.