ProblemLoaderLoadSolution Method |
Creates a solution from a problem XML file and a solution XML file.
Namespace:
SRS.ScheduleSolver.Tools
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic Solution LoadSolution(
string problemFile,
string solutionFile
)
Public Function LoadSolution (
problemFile As String,
solutionFile As String
) As Solution
public:
Solution^ LoadSolution(
String^ problemFile,
String^ solutionFile
)
member LoadSolution :
problemFile : string *
solutionFile : string -> Solution
Parameters
- problemFile
- Type: SystemString
The problem XML file. - solutionFile
- Type: SystemString
Makes assignments to the solution based on the assignments
specified in this solution XML file.
Return Value
Type:
SolutionNull if there was an error.
See Also