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

This class creates a persistent binary representation of a model source. Refer also to the Interfaces User's Manual.
See Also:
| Method Summary | |
|---|---|
public void | compile(IloOplModelSource source, std::ostream & outs) |
public void | end() |
public | IloOplCompiler(IloEnv env) |
| Method Detail |
|---|
This constructor creates a compiler object.
| env |
The environment to allocate memory.
|
This member function compiles a model source.
| source |
The model source to be compiled.
|
| outs |
The output stream to which the compiled model is written. It has to be in binary mode.
|
Clears the memory used by this object