-
changes:
- change the measurement of a schedule from the total delay to the increased delay caused by new orders (a new function
ScoreVtPairWithIncreasedDelay
). - therefore, the objective function is changed to maximize the number of orders served (primary) and minimize the increased delay brought by serving new orders (the service rate is higher with this new objective function).
- separate the scoring schedule step to an independent function
ScoreVtPairsWithNumOfOrdersAndIncreasedDelay
, so that ILP assignment is decoupled from the objection function.
- change the measurement of a schedule from the total delay to the increased delay caused by new orders (a new function
-
the data files used are same as v1.0.