Execution results

Explains how to examine the results in the IDE after executing a run configuration.

When you execute a run configuration to find the solutions to the problem expressed by the model, the IDE provides facilities for examining results — one for examining the solution and one for examining the details of your model.

  • To examine the solution, browse the output tabs in the lower half of the main window, as explained in the next section The Output tabs.

    You can customize the solution display: see OPL language options in the IDE Reference.

  • To examine the structure of the model as solved by the engine, use the Problem Browser: see Understanding the Problem Browser and Doing more with the Problem Browser in the IDE Reference.

  • Tuning parameters: When working on a MIP project, possibly by trying various run configurations, you may want to test the performance of your model before deployment. The Tune model button in the IDE standard toolbar offers a convenient way to do so. See Using the performance tuning tool in IDE Tutorials.

Note:

For demonstration purposes, the illustrations used in this section are taken from various code samples from the product distribution. However, you can continue with the project you have just created.