Click or drag to resize

SolutionLoad Method (Problem, String)

Load a Solution from a text file.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public static Solution Load(
	Problem problem,
	string solutionfile
)

Parameters

problem
Type: VRSolverProblem
The Problem.
solutionfile
Type: SystemString
The Solution file.

Return Value

Type: Solution
Returns the loaded Solution.
Exceptions
ExceptionCondition
ArgumentNullExceptionproblem is null.
ArgumentNullExceptionsolutionfile is null.
See Also

www.routingautomation.com | support