Solution
Here, you can find several aspects of the solution of the model:
- The model overview page gives an overview of the model: what type of problem is it, how many variables does it have, and how many constraints? If the model is two-dimensional, a graph of the feasible region is displayed.
- The variables page lists the variables of the model, their corresponding optimal values, and several other values.
- The constraints page lists the constraints of the model, their corresponding optimal right hand side value, and several other values.
- Output contains any output generated by the model.
- Log messages contains (debugging) information provided by the solution algorithm.
Model overview
Nothing to display.
This tab displays output from display and printf statements. The solution of your model can be found (after solving) in the "Variables" and "Constraints" tabs.
Variables
Nothing to display.
This tab displays output from display and printf statements. The solution of your model can be found (after solving) in the "Variables" and "Constraints" tabs.
Constraints
Nothing to display.
This tab displays output from display and printf statements. The solution of your model can be found (after solving) in the "Variables" and "Constraints" tabs.
Output
Nothing to display.
This tab displays output from display and printf statements. The solution of your model can be found (after solving) in the "Variables" and "Constraints" tabs.