SolutionSave Method (String, String) |
Writes the Solution to a simple text file format.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic void Save(
string solutionFileName,
string problemFileName
)
Public Sub Save (
solutionFileName As String,
problemFileName As String
)
public:
void Save(
String^ solutionFileName,
String^ problemFileName
)
member Save :
solutionFileName : string *
problemFileName : string -> unit
Parameters
- solutionFileName
- Type: SystemString
The file to write to. - problemFileName
- Type: SystemString
The path to the Problem file for this Solution.
When the Solution is loaded from this file it uses the problemFileName
to load the Problem data.
See Also