SolutionPrinterPrintSolutionAsXML Method

Writes the solution to a file in an XML format.

Definition

Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public static bool PrintSolutionAsXML(
	Solution solution,
	string filePath,
	string problemFilePath
)

Parameters

solution  Solution
The solution to write.
filePath  String
The output file path.
problemFilePath  String
The path of the problem file. If the problem file path is included then it will include a tag in the XML which will alow the solution xml file to be opened using RosterViewer.

Return Value

Boolean
True if successful, false otherwise.

See Also