igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] betweenes and closeness considering time sequences of arcs


From: Fabrizio Natale
Subject: [igraph] betweenes and closeness considering time sequences of arcs
Date: Fri, 04 Jul 2008 18:01:30 +0200

Dear all,

I am working with a network representing movements of animals (arcs) between farms (nodes) at given dates.

 

I need to get betweenness and closeness measures of nodes considering only valid paths based on the correct time sequence of the connecting arcs:

a path between A and C passing trough B is valid only if the arc between A and B has a date antecedent to the date of the arc between B and C.

 

Is there already a way of implementing this using igraph?

I would be very thankful if you could help me.

 

 

Fabrizio

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]