This is an archive of the discontinued Mercurial Phabricator instance.

subsetmaker: rework the antichain generation to be usable
ClosedPublic

Authored by marmoute on Tue, Mar 22, 3:06 AM.

Details

Summary

Before this, antichain computation can run for 10s of hours without completion in
sight. We use a more direct approach in the computation to keep the computation
in complexity in check. With good result.

We can now have a full antichain computation on mozilla-try in about one
minute. Which is usable.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.