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

Allow finding hamiltonian circuits #494

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    98e9ee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Fix Hamiltonian's skip_latest_node

    Previously, it would skip too far ahead if we were processing the last
    child of the node we wanted to skip.
    andybalaam committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6cfd8e8 View commit details
    Browse the repository at this point in the history
  2. Fix bug in Hamiltonian's delete_invalid_circuit_forming_edges

    Previously it would reject circuits that were actually the correct
    Hamiltonian circuit!
    andybalaam committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e83c701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86b4067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c2446 View commit details
    Browse the repository at this point in the history