FileFormat Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines a format that models can be loaded from or saved to.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration FileFormat
public enum FileFormat
public enum class FileFormat
type FileFormat
public enum FileFormat

Members

Member name Description
OML Optimization Modeling Language format.
MPS MPS format.
FreeMPS Free MPS format.
SMPS SMPS format (fixed only).

See Also

Reference

Microsoft.SolverFoundation.Services Namespace