ISolverCaller Interface |
It is recommended to instead use the SolverStatusUpdated event to receive feedback from the solver as it is solving.
This interface should be implemented by a class that wants to receive information from a Solver while it is running.
Namespace: ASAP.NRP.Solvers
The ISolverCaller type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateSolverStatus |
If a Solver's SolverCaller property is set to an object which implements
this interface then the Solver will call this method whenever it has something new
to report.
|