On 05/09/13 12:50, G. Allegri wrote:
I try to explain my problem with an example:

I have 3 vehicles that must do some work on a road netowk.
The morning they will leave the station and will go to their working area.
I need to partition the road network under the following heursitic
constraints:

  -  the subgraphs must be connected
  -  they must have similar graph density
  -  the transfer time for the vehicles must be similar

I can start simplifying the problem: paritioning the road graph in k
subraphs, "radially" around the station, with k the number of vehicles.


Maybe you can try to create k nodes that are all very close to the starting point, but in different directions and then run v.net.alloc ?

Moritz
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to