SolutionPrinter Class

Methods for outputting a solution in XML (for viewing and saving solutions).

Definition

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

Constructors

SolutionPrinterInitializes a new instance of the SolutionPrinter class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PrintSolutionAsXML Writes the solution to a file in an XML format.
ToString
(Inherited from Object)

See Also