| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

Instances of this class hold the internal representation of a model source. Use this class to instantiate multiple OPL models.
See Also:
IloOplModelSource, IloOplErrorHandler, IloOplModel
| Method Summary | |
|---|---|
public void | end() |
public IloBool | hasMain() const |
public | IloOplModelDefinition(IloOplModelSource source, IloOplSettings settings) |
public IloBool | read() |
| Method Detail |
|---|
This constructor creates a model definition. Refer also to the Interfaces User's Manual.
See Also:
| source |
The model source for this definition.
|
| settings |
The settings object.
|
Clears the memory used by this object
This function checks whether the model definition has a main scripting block.
This member function reads the model source and builds its internal representation. You do not need to call this method explicitly. OPL calls it as necessary.
IloTrue if the representation was created successfully.