ProblemSave Method (String, Boolean) |
Save the Problem to a file.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic void Save(
string fileName,
bool indented
)
Public Sub Save (
fileName As String,
indented As Boolean
)
public:
void Save(
String^ fileName,
bool indented
)
member Save :
fileName : string *
indented : bool -> unit
Parameters
- fileName
- Type: SystemString
The file to save the Problem to. - indented
- Type: SystemBoolean
Indents the text file if true.
Exceptions
See Also