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