libliftoff
libliftoff copied to clipboard
Heuristic to choose a better ordering for test-only atomic commits
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.