Re: [OSGeo-Discuss] Advice on implementing VRP in FOSS4G

2011-02-14 Thread Daniel Kastl
Hi David, We have implemented something like this last year for pgRouting (extension of PostGIS/PostgreSQL). It's very similar to what you describe. Our goal was to have some genetic algorithm to solve the dial-a-ride problem for bus-on-demand as described here http://openvrp.com/blog/darp-algorit

[OSGeo-Discuss] Advice on implementing VRP in FOSS4G

2011-02-14 Thread cremat0rio
Hi everyone! I’m new on this list, so all the best for all of you and for OSGeo! I’m writing to get some advice. For my master degree project, I’ll try to create some code to solve Vehicle Routing Problem (VRP) through Evolutionary Computation techniques (Genetic Algorithms and stuff like that).