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

DUPLICATE PATH break #3

Open
EmpRamses opened this issue Feb 6, 2023 · 0 comments
Open

DUPLICATE PATH break #3

EmpRamses opened this issue Feb 6, 2023 · 0 comments

Comments

@EmpRamses
Copy link

Hi, I've notice that some useless code in col-gen-vrptw.py from line 63 to 66. It seems that you want to exit the while loop if there is any duplicate path found by the subproblem. But the break only break down the for loop.

In my project on a variant VRP problem, I also notice that the column generation could always find out some duplicate routes with reduced cost less than zero, which makes the while loop never end. I have checked my cost function many times according to the exist paper and books. Should I exit the while loop if the subproblem output any duplicate paths? And do you have any references to support this kind of break?

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

No branches or pull requests

1 participant