SolutionSave(String, String) Method

Writes the Solution to a simple text file format.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public void Save(
	string solutionFileName,
	string problemFileName
)

Parameters

solutionFileName  String
The file to write to.
problemFileName  String
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