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

This class eases the creation of run configurations. It reads configurations created using the OPL IDE.
See Also:
| Method Summary | |
|---|---|
public void | end() |
public | IloOplProject(IloEnv env, const char * prjPath) |
public IloOplRunConfiguration | makeRunConfiguration(const char * name) |
public IloOplRunConfiguration | makeRunConfiguration() |
public IloStringArray | makeRunConfigurationNames() const |
public IloBool | tuneParam(IloCplex::ParameterSet fixedSet, IloCplex::ParameterSet resultSet, IloStringArray runConfigNames, IloOplSettings settings) |
public IloBool | tuneParam(IloCplex::ParameterSet fixedSet, IloCplex::ParameterSet resultSet, IloStringArray runConfigNames) |
| Method Detail |
|---|
This constructor creates a project for the OPL IDE.
Clears the memory used by this object
This member function creates a named run configuration.
The caller is responsible for ending the run configuration.
| name |
The name of the run configuration to create.
|
This member function creates the default run configuration.
The caller is responsible for ending the run configuration. Refer also to the Interfaces User's Manual.
This member function returns the names of all available run configurations.
The caller is responsible for ending the returned array. Refer also to the Interfaces User's Manual.
Tune the engine parameters to better solve the given set of run configurations from the invoking project. Works only for CPLEX models.
| fixedSet |
The set of parameter with their values that you DON'T want the tuning tool to tune.
|
| resultSet |
The result set of tuned parameter.
|
| runConfigNames |
An array with run configuration names to be tuned. If empty, all run configurations in the project will be tuned.
|
| settings |
OPL settings to be used, generating the models.
|
Tune the engine parameters to better solve the given set of run configurations from the invoking project. Works only for CPLEX models.
| fixedSet |
The set of parameter with their values that you DON'T want the tuning tool to tune.
|
| resultSet |
The result set of tuned parameter.
|
| runConfigNames |
An array with run configuration names to be tuned. If empty, all run configurations in the project will be tuned.
|