ProblemLoader Class

Methods for loading problems.

Definition

Namespace: SRS.ScheduleSolver.Tools
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class ProblemLoader
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)

See Also