-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: check for duplicates in proc with traveling salesman #275
fix: check for duplicates in proc with traveling salesman #275
Conversation
Is this something we should also do for non-proc, i.e. the GUI? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tried it yet, but looks good so far :)
Co-authored-by: Jakob Schnell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that translation is missing. I will add that tomorrow.
This checks whether the input list
points
has any duplicates and if so raises a newDuplicateError
.