libliftoff icon indicating copy to clipboard operation
libliftoff copied to clipboard

Heuristic to choose a better ordering for test-only atomic commits

Open emersion opened this issue 5 years ago • 0 comments

Plane allocation is an NP-complete problem, so worst case scenario we'll try all potential solutions. However we could try them from most likely to less likely with an heuristic, to find the best allocation as soon as possible and be able rule out combinations that won't work.

emersion avatar Sep 08 '19 13:09 emersion