N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
442 stars 123 forks source link

-m #171

Closed afshinshafaei7 closed 2 months ago

afshinshafaei7 commented 2 months ago

This PR:

**Notes**: - It is essential that you add a test when making code changes. This keeps the code coverage level up, and helps ensure the changes work as intended. - When fixing a bug, you must add a test that would produce the bug in the master branch, and then show that it is fixed with the new code. - New code additions must be well formatted. Changes should pass the pre-commit workflow, which you can set up locally using [pre-commit](https://pre-commit.com/#intro). - Docstring additions must render correctly, including escapes and LaTeX.
N-Wouda commented 2 months ago

Hi @afshinshafaei7, did you mean to open this PR here?