Instance of an OPL model.

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

Syntax

C#
public class OplModel : IDisposable

Remarks

Instances of this class represent an OPL model. This class associates a model definition with data sources and an optimization engine. You find a whole variety of services useful when using OPL models with Concert in this class. Refer also to the Interfaces User's Manual. OplModelDefinition

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..OplModel

See Also