Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quadruplet seeding by propagating triplet to 4th layer #13753

Merged
merged 5 commits into from Mar 29, 2016

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    a966e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4fbf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    244c235 View commit details
    Browse the repository at this point in the history
  4. Fixes for clang

    makortel committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    831dc23 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Take SeedingLayerSetsHits::SeedingLayerSet via const reference

    The object has const interface, and consists of a pointer and two
    iterators, so the technical gains are tiny, but it makes the interface
    of triplet and quadruplet generators more uniform.
    makortel committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    e4daef5 View commit details
    Browse the repository at this point in the history