OutputFile Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the output file

Namespace: Optimization.Solver.Gurobi
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public FileInfo OutputFile { get; set; }
Visual Basic
Public Property OutputFile As FileInfo
	Get
	Set
Visual C++
public:
property FileInfo^ OutputFile {
	FileInfo^ get ();
	void set (FileInfo^ value);
}

Field Value

The file extension decides what type of file is written. The only valid extensions are lp and mps

See Also