Kuifje02 / vrpy

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

Soft time window #115

Open BettyWang07 opened 2 years ago

BettyWang07 commented 2 years ago

Thank you for this great project. I 'd like to know wether this can realize the vrp problem with soft time window, which means that penelty cost should be added to the objective function. btw, can the result include multiple feasible solutions as a solution pool?

Kuifje02 commented 2 years ago

Hi there !

Soft time windows and multiple solutions are currently not available, but these would be great features.

qiniuweihe commented 1 year ago

Now is support soft time windows?