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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
partialScheduleMupa: do not assume the given node is a band
The original implementation assumed that the given node is a band and
used a CHECK macro to enforce that. In practice, it may be useful to
call partialScheduleMupa to obtain the partial schedule including the
schedule of the current node if it is a band, and the prefix schedule
otherwise. Replace the CHECK by an early return of the result of
prefixScheduleMupa.
0 commit comments