-
Notifications
You must be signed in to change notification settings - Fork 2
Description
First off, I would like to mention that I really appreciate this project! Having an interactive formulation of optimal job scheduling problems has been a boon in understanding them.
I recently started working on a scheduling problem and after a couple of days entering the scheduling niche I have stumbled my way through figuring that the problem I am trying to solve can be described as a single-stage, single machine problem with job characteristics of arbitrary processing times, arbitrary release times, and arbitrary due dates. (A simple enough problem, based on what I now know about scheduling...).
However, when I stumbled on this project, I realized that there is no way for me to specify arbitrary due dates, like there is for me to do so for arbitrary release times (with the r_i
button) and for arbitrary processing times (with the ∅
button). Can some notation be added for arbitrary due dates, perhaps with a d_i
button and associated tooltip?