Andrew Kane
Andrew Kane
I'm not sure where the disconnect is, but the results you're seeing above are expected for the dates April 9 - May 9.
Hey @1990eam, [arrays in Postgres](https://www.postgresql.org/docs/current/arrays.html) use curly braces, which is why it's showing up that way. Active Record is deserializing it to a Ruby array in the example above. However,...
Hey @ilukashin, thanks for reporting! I have an approach that should work without eval, but need to spend a bit more time on it. In the meantime, added a note...
Hey @klarazetkin, I'm not able to reproduce. Can you paste the stack trace?
It should be in the application logs (you'll probably need a dev to access it).
Cleaning up stale issues - can reopen if there's more info to reproduce
Hey @strivedi183, thanks for the PR! Happy to include this feature, but I think it'll be a bit more work. The current query doesn't take into account: 1. If the...
Hey @HansHauge, added on master.
Hey @rodreegez, thanks for the interest in helping out. Ideally there'd be a friendly API where you can define the problem with simple concepts (no calls like `register_transit_callback` and `set_arc_cost_evaluator_of_all_vehicles`)....
Hey @rodreegez, just fyi, I added a higher level interface for TSP. It's much simpler than VRP, but may provide some inspiration for the API: https://github.com/ankane/or-tools#traveling-salesperson-problem-tsp