Originally Posted by
crewdawg
If I have 4 trips to drop, it takes quite a few priorities to make sure I get every iteration down to just dropping a single trip.
You would need 15 priorities to cover every combination of 4 trips—but the template only accommodates up to 8.
For the math nerds: You need 2^
n - 1 slots to fully cover
n trips (the “- 1” represents the trivial case of dropping zero trips—which is the status quo). One slot required for a single trip; three slots for 2 trips; seven slots for 3 trips; and you have to make choices for 4 or more trips….