VDSSolverCaller Property

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

This is used to get information from the solver while it is solving.

Definition

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

Property Value

ISolverCaller

Implements

ISolverSolverCaller

See Also