Initializing help system before first use

writeSol Method (String)

Write solution to a CSV file. This method writes the current Optimizer solution to a CSV format ASCII file (.asc and .hdr).

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public void writeSol(
	string fname
)

Parameters

fname
Type:  SystemString
name of output file without extensions
See Also