ISolverSolverCaller Property

It is recommended to instead use the SolverStatusUpdated event to receive feedback from the solver as it is solving.

Gets or sets the SolverCaller for the solver. If the SolverCaller is set the solver will call the SolverCaller.UpdateSolverStatus() method when it has something new to report during solving.

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
ISolverCaller SolverCaller { get; set; }

Property Value

ISolverCaller

See Also