FRAMES NO FRAMES

Class IloSolutionPool::Event

Definition file: ilsolver/iimpool.h
brief A general event for IloSolutionPool objects which indicates that the pool has changed in some way.

This event class describes a general event for IloSolutionPool objects which indicates that the pool has changed in some way. This event notifies any listeners that have been attached to the pool using IloSolutionPool::addListener.

See Also:

Method Summary
public IloSolutionPoolgetPool() const
Method Detail

getPool

public IloSolutionPool getPool() const
brief Returns the pool involved in the event.

This function returns the pool invoked in the event.