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.

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public interface ISolverCaller

Methods

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.

See Also