Closed matsen closed 12 years ago
See how much time it saves us to throw out all partial solutions whose work subtotal exceeds that of the greedy solution. If a lot, then we can work on making greedy fast.
Meh, our focus now is on making the full recursion fast.
See how much time it saves us to throw out all partial solutions whose work subtotal exceeds that of the greedy solution. If a lot, then we can work on making greedy fast.