Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.02 KB

pySTN

Implementation of a robust scheduling system based on STN (State-Task-Network) models.

Description

This is supporting code to reproduce the results in [1]. It allows the construction of a schedule optimizer according to the model in [2], and it also implements a robustification procedure that renders the schedules immune to uncertain events such as unit or tasks delays and swaps.

Production Network Schedules

Usage

Please refer to this IPython notebook.

References

  1. R. Vujanic, P. Goulart, M. Morari, Robust Optimization of Schedules Affected by Uncertain Events, July 2015, submitted.

  2. E. Kondili, C.C. Pantelides, and R.W.H. Sargent, A general algorithm for short-term scheduling of batch operations - I. MILP formulation., Computers & Chemical Engineering 17 (1993), no. 2, 211-227.