Kuifje02 / vrpy

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

Difference between Last Released Package and Code Base Pull #146

Open yaggii opened 1 year ago

yaggii commented 1 year ago

Hi Kuifje,

We've been using the last released Package 0.5.1 and in a certain dataset we've been getting a huge spike on memory consumption and eventually a crash (whit no result). The data used doesn't seem to have any strange cases. Because of that We tried the same data over a pull on the source available in GitHub (thanks for that), and in this case we were able to get a final result. No memory spike, no huge performance hit nothing serious and the code executes completely with no trouble and gets a result. We've also noticed that in terms of the INFO level logging messages we get different results from the released Package and the code. Could you tell me if there's any difference between them and in case there is, if there's a reason why you haven't pushed it to a released Package?

Thanks!!!

torressa commented 1 year ago

Quite a few things: https://github.com/Kuifje02/vrpy/compare/v0.5.1...master

yaggii commented 1 year ago

Quite a few things: v0.5.1...master

Will you be pushing the master to a release in the near future?