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

Optional argument to compute edge weights #98

Merged
merged 11 commits into from
May 1, 2023
Merged

Conversation

leonlan
Copy link
Member

@leonlan leonlan commented May 1, 2023

Closes #91.

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1750995) 100.00% compared to head (26706c2) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #98   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines          256       257    +1     
=========================================
+ Hits           256       257    +1     
Impacted Files Coverage Δ
vrplib/parse/parse_solomon.py 100.00% <100.00%> (ø)
vrplib/parse/parse_vrplib.py 100.00% <100.00%> (ø)
vrplib/read/read_instance.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leonlan leonlan changed the title Optionally compute edge weights Optional argument to compute edge weights May 1, 2023
@leonlan leonlan merged commit d10da97 into master May 1, 2023
@leonlan leonlan deleted the compute-distances2 branch May 1, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional distance computation for large instances
1 participant