IShiftSolverSolverCaller Property

It is recommended to instead use the ShiftSolverStatusUpdated 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: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
IShiftSolverCaller SolverCaller { get; set; }

Property Value

IShiftSolverCaller

See Also