Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
179 stars 43 forks source link

When locking routes, if all vertices are locked, skip column generation #50

Closed Kuifje02 closed 4 years ago

Kuifje02 commented 4 years ago

If a user locks routes, and that all vertices of the graph are assigned to a route, column generation should be skipped since the solution is complete and should not be improved.