Navigating the model file

Explains how the Problem Browser helps you find model elements.

If you click one of the elements in the Problem Browser, the IDE selects the line in the model that contains the first occurrence of that element, for example,

To navigate the model using the Problem Browser:

  1. After running the default run configuration of the production example, click the line that contains the Capacity element.

    The first occurrence of Capacity (its declaration) is highlighted in the open production.mod model file in the Editing Area, and the element properties appear in the Property table of the Problem Browser, as shown in Figure 1.

    Figure 1. First occurrence of entry selected in Problem Browser
    Browsing a model
  2. Double-click the ctDemand constraint to display the details in a new window in the Editing Area.

    The forall iterations appear in a tree view that allows you to expand or hide the details of each iteration. as shown in Figure 2.

    Figure 2. Expanded constraints (production.mod)
    Expanding constraints in the Problem Browser