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
C#
public static SolutionDiff Compare(
	Solution solution1,
	Solution solution2
)

Parameters

solution1  Solution
The original solution.
solution2  Solution
The new solution.

Return Value

SolutionDiff
The diff of the two solutions.

See Also