DiffCompare Method
Compares two solutions and identifies the differences in shifts assigned and changes in
constraint violations.
Definition
Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
The diff of the two solutions.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public static SolutionDiff Compare(
Solution solution1,
Solution solution2
)VB
Public Shared Function Compare (
solution1 As Solution,
solution2 As Solution
) As SolutionDiffC++
public:
static SolutionDiff^ Compare(
Solution^ solution1,
Solution^ solution2
)F#
static member Compare :
solution1 : Solution *
solution2 : Solution -> SolutionDiff Parameters
Return Value
SolutionDiffThe diff of the two solutions.