You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add time-specific resource availability support (#21). Both resources' capacity and queue_size can change over time following a user-defined scheduling, which can be generated with the new function schedule.
Advanced peek: inspect any number of future events in the event queue (8147820). For more details, see ?peek.
Minor changes and fixes:
Fix steps grouping in plot_resource_usage (8da9b97).
Fix incorrect trajectory behaviour when a rejection occurs inside a branch with merge=TRUE (#46).
Fix a couple of segmentation faults in preemptive resources (f64f6b2).