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