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

Coarsening symmetric graphs leads to slightly asymmetric edge weights #2080

Merged
merged 12 commits into from
Feb 22, 2022

Commits on Feb 17, 2022

  1. cosmetic updates

    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6b40187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f39fb View commit details
    Browse the repository at this point in the history
  3. fix error in comments

    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    48009a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59d16a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7d9570 View commit details
    Browse the repository at this point in the history
  6. if the input grpah is symmetric, update coarsen_grpah to work on the …

    …lower triangular part only and symmetrize to avoid (slightly) asymmetric edge weights due to the limited floating point precisions
    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0a0c6c1 View commit details
    Browse the repository at this point in the history
  7. clang-format

    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    86f1d11 View commit details
    Browse the repository at this point in the history
  8. fix comments

    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    75d6f81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf48403 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29e7b84 View commit details
    Browse the repository at this point in the history
  11. copyright

    seunghwak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    57a0843 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. resolve merge conflicts

    seunghwak committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f6e84b3 View commit details
    Browse the repository at this point in the history