Library prosa.model.processor.supply
Consider any kind of jobs and any kind of processor state.
Consider any schedule.
We define a function that retrieves the amount of supply available
at a particular instant in time.
Based on the notion of instantaneous supply, we define the
cumulative supply produced during an interval from t1 until
(but not including) t2.
Next, we define a predicate that checks if there is any supply at
a given time instant.
Similarly to supply_during, we define the cumulative duration
of blackout time instants during a time interval
[t1,t2)
.