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