Thank you Tiago for this workaround (and for this software that is really really nice). Cheers, Andrea On Tuesday 02 October 2007, Tiago de Paula Peixoto wrote:
On 10/02/2007 12:58 PM, Andrea Perna wrote:
$graph-tool --undirected --load grafo.dot --central-point-dominance="VERTEX_BETWEENNESS|-"
graph-tool error: graph filtering error: filter not found
This is a bug in graph-tool. I'll fix it in the git repository shortly. As a temporary workaround, you can simply run the command on a directed graph, which will have the same result as the undirected, as such:
$ graph-tool --undirected --load grafo.dot --directed --central-point-dominance="VERTEX_BETWEENNESS|-" # central point dominance (VERTEX_BETWEENNESS): 0.272109428571
Thanks for pointing this out!
Cheers.