Shift Solver Status Updated ArgsSolution Property
The best solution found so far.
Definition
Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public Solution Solution { get; }VB
Public ReadOnly Property Solution As Solution
GetC++
public:
property Solution^ Solution {
Solution^ get ();
}F#
member Solution : Solution with get