Diff Class

Tools for comparing two solutions to see the difference in shift assignments, penalties and the constraints satisfied or not satisfied.

Definition

Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public class Diff
Inheritance
Object    Diff

Constructors

DiffInitializes a new instance of the Diff class

Methods

Compare Compares two solutions and identifies the differences in shifts assigned and changes in constraint violations.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetDifferencesAsHTML Compares two solutions and identifies the differences in shifts assigned and changes in constraint violations and returns a summary of the differences as an HTML document.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also