SolutionLoad Method (String, String) |
Load a Solution from a text file.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic static Solution Load(
string problemFile,
string solutionfile
)
Public Shared Function Load (
problemFile As String,
solutionfile As String
) As Solution
public:
static Solution^ Load(
String^ problemFile,
String^ solutionfile
)
static member Load :
problemFile : string *
solutionfile : string -> Solution
Parameters
- problemFile
- Type: SystemString
The Problem file. - solutionfile
- Type: SystemString
The Solution file.
Return Value
Type:
SolutionReturns the loaded Solution.
Exceptions
See Also