FRAMES NO FRAMES

Class IloSolutionPool::AddedEvent

Definition file: ilsolver/iimpool.h
Include file: <ilsolver/iim.h>
brief Event class used to notify the addition of an IloSolution to 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 added to an IloSolutionPool using IloSolutionPool::add.

See Also:

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

getSolution

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

This function returns the added object of type IloSolution.