PyVRP / VRPLIB

Python package to read and write vehicle routing problem instances.
https://github.com/PyVRP/VRPLIB
MIT License
80 stars 6 forks source link

Optional argument to compute edge weights #98

Closed leonlan closed 1 year ago

leonlan commented 1 year ago

Closes #91.

codecov[bot] commented 1 year ago

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 ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 16 16 Lines 256 257 +1 ========================================= + Hits 256 257 +1 ``` | [Impacted Files](https://codecov.io/gh/leonlan/VRPLIB/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan) | Coverage Δ | | |---|---|---| | [vrplib/parse/parse\_solomon.py](https://codecov.io/gh/leonlan/VRPLIB/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX3NvbG9tb24ucHk=) | `100.00% <100.00%> (ø)` | | | [vrplib/parse/parse\_vrplib.py](https://codecov.io/gh/leonlan/VRPLIB/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX3ZycGxpYi5weQ==) | `100.00% <100.00%> (ø)` | | | [vrplib/read/read\_instance.py](https://codecov.io/gh/leonlan/VRPLIB/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3JlYWQvcmVhZF9pbnN0YW5jZS5weQ==) | `100.00% <100.00%> (ø)` | |

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