Ilya Builuk

Results 115 comments of Ilya Builuk

Thanks for sharing! Screenshots look cool, but I briefly checked source code and personally I don't like his code style. In my opinion it will be quite difficult to maintain...

Cool! On your screenshoots it looks even better than on mine :-D At some point, it might make sense to integrate your work into utymap repository - the project structure...

General idea is to run automated tests for every commit (or pushed set of commits) to monitor build state: https://travis-ci.org/reinterpretcat/utymap I chose boost unit test framework because boost libraries are...

To be honest, my expectation that using UtyRx.IObserver explicitly should fix it

I started to look into this issue. If you have a smallest possible problem to reproduce, this would help

I pushed a fix for some required breakk problems I've identified: https://github.com/reinterpretcat/vrp/commit/ac05b25b2987d9a8fd2f5f309397b0a31452f35f You can try them in `vnext` branch.

Thanks! Seems related to usage of offset break and departure time optimization. I've changed validation rule to address this. Essentially, you need to disable departure time optimization for that vehicle...

Hi, at the moment, there is no workaround as this is a limitation due to implementation.

Initially, cost minimization objective was required to be present and setting costs to zero would lead that serving any location will be considered as having the same cost. Later I've...