Overview | Group | Tree | Graph | Index | Concepts |
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:
IloSolutionPool::addListener, IloSolutionPool::remove
Method Summary | |
---|---|
public IloSolution | getSolution() const |
Inherited Methods from Event |
---|
getPool |
Method Detail |
---|
IloSolution
.
This function returns the removed object of type
IloSolution
.