Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse

This function is not available in Source (public version).

Inspecting an arc-node network (advanced)

...

To enable debugging and visualisation support in Source:

  • Choose Edit » Ordering Algorithm» Scenario Options » Ordering Algorithm (where the Approach selected is Iterative solution to network linear program);
  • Enable Output for Debugging Output;
  • Type in or select the date-range for which arc-node output is produced using the Start and End date controls; and
  • Click OK.

Next, run your model. Enabling Export iterations creates a folder on your Desktop with a name in the pattern:pattern MspNetworkOutput-yyyy-mm-dddd where the year, month and day refer to date that the simulation was run.

At the end of a run, this folder will contain four files per iteration for each time-step.  The files will be named in the pattern runyyyy_mm_dd_iteration_* where the year, month and day refer to the simulation time-step:.

  • A visual representation (.DOT) of the arc-node network suitable for display in Graphviz;
  • A textual representation of the arc-node network;
  • A textual representation of the arc-node network in .csv format, and
  • A textual representation of the test case for that time-step.

...