







Gets or sets the output file name. Based on the file extension an .lp file or .mps file will be written.
Namespace: Optimization.Solver.Cplex
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); } |