FRAMES NO FRAMES

Class IloSolutionPool::RemovedEvent

Definition file: ilsolver/iimpool.h
Include file: <ilsolver/iim.h>
brief Event class used to notify the removal of an IloSolution from an IloSolutionPool.

This event class is used to notify any listeners that have been attached to the pool using IloSolutionPool::addListener whenever an object of type IloSolution is removed from an IloSolutionPool using IloSolutionPool::remove.

See Also:

Method Summary
public IloSolutiongetSolution() const
Inherited Methods from Event
getPool
Method Detail

getSolution

public IloSolution getSolution() const
brief Returns the removed IloSolution.

This function returns the removed object of type IloSolution.