Problem Loader Class
Methods for loading problems.
Definition
Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public class ProblemLoaderVB
Public Class ProblemLoaderC++
public ref class ProblemLoaderF#
type ProblemLoader = class end- Inheritance
- Object ProblemLoader
Constructors
| ProblemLoader | Initializes a new instance of this class. |
Methods
| CreateEmptySolution | Creates a new solution from an XML file. |
| CreateEmptySolutionFromString | Creates a new solution from an XML string. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| LoadSolution | Creates a solution from a problem XML file and a solution XML file. |
| LoadSolutionFromString | Creates a solution from a problem XML string and an initial solution XML string. |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
Fields
| ValidateFirst |
To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).
|