Writes the active model to the file specified by filename.
Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public virtual void ExportModel( string name ) |
Parameters
- name
- Type: System..::..String
The name of the file to which the model is written. The extension of the filename determines the format in which to write the model file.
Remarks
The file format is determined by the extension of the filename. The
following extensions are recognized on most platforms:
- .sav
- .mps
- .Lp
- .sav.Gz
- .mps.Gz
- .Lp.Gz
- .Bz2