Load a problem from a file.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic static Problem Load(
string fileName
)
Public Shared Function Load (
fileName As String
) As Problem
public:
static Problem^ Load(
String^ fileName
)
static member Load :
fileName : string -> Problem
Parameters
- fileName
- Type: SystemString
The file to load the problem from
Return Value
Type:
ProblemThe loaded Problem instance
Exceptions
See Also