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

Add the k nearest p-median module and the tutorial example for capacitated p-median #397

Merged
merged 17 commits into from
Oct 3, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    83005d0 View commit details
    Browse the repository at this point in the history
  2. add the k nearest p median part to the p_median.py

    Create a new class
    rongboxu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    04b1911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6138b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab3b66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffeb9c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cac89d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b44cfd View commit details
    Browse the repository at this point in the history
  8. update the p_median and test_knearest_p_median.py

    change the name of k to k_array and add the tests for specific errors
    rongboxu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2158239 View commit details
    Browse the repository at this point in the history
  9. update p-median.ipynb again

    add the intro about predefined facilities above cell 49, sorry for only adding it above cell 24 in the previous commit
    rongboxu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    41c433e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d14dac6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d36337 View commit details
    Browse the repository at this point in the history
  12. update the pointpats part

    rongboxu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d533240 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update .ci/310.yaml

    Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
    rongboxu and jGaboardi authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0250317 View commit details
    Browse the repository at this point in the history
  2. Update .ci/311-DEV.yaml

    Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
    rongboxu and jGaboardi authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b170661 View commit details
    Browse the repository at this point in the history
  3. Update .ci/311.yaml

    Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
    rongboxu and jGaboardi authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8881c27 View commit details
    Browse the repository at this point in the history
  4. Update .ci/39.yaml

    Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
    rongboxu and jGaboardi authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a299ced View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update pyproject.toml

    (trigger a CI run)
    jGaboardi authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    30cbcfe View commit details
    Browse the repository at this point in the history