The source for an OPL model.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class OplModelSource : IDisposable

Remarks

Instances of this class represent the input source for an OPL model. This class is used to build an internal representation, called the model definition. Refer also to the Interfaces User's Manual. OplModelDefinition

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..OplModelSource

See Also