Skip to content

Visualizing the Plan

ushnisha edited this page Mar 5, 2018 · 3 revisions

You can export the plan generated by the solver to a .json file by setting the option "export_json" to true. This .json file can be imported into a plan visualization utility provided in the utils folder.

  • Open the jobshop.html file in your browser.
  • Click on the "Import Plan" button and select the .json file from the logdir location
  • Switch between the "Resource Gantt View" and "Demand Plan View" for different perspectives of the same plan
  • Move forwards and backwards in time by using the "Previous Page", "Next Page", "Step -" and "Step +" buttons at the bottom of the screen
  • Hover the mouse pointer on a TaskPlan or Demand to display key properties

Late demands and associated taskplans are shown in red color. On-Time or early demands are shown in green. Taskplans associated with released work orders are shown in gray.

Clone this wiki locally