igraph-help
[Top][All Lists]
Advanced

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

[igraph] Using basic querry commands for Igraph


From: ketan bhardwaj
Subject: [igraph] Using basic querry commands for Igraph
Date: Fri, 22 May 2009 17:21:19 +0530

Hello all,
 
This is what i am doing :
Create a graph using
igraph_read_graph_edgelist()
 
and counting the number of edges using igraph_ecount() but getting zero.
 
here are the contents of file i am using
0 1 0 2 0 3 0 4 0 5 1 2 2 1 2 3 3 2 2 4 4 2 3 4 4 3
 
Here are the contents of the file which i get from igraph_write_graph_edgelist()

0 1

0 2

0 3

0 4

0 5

1 2

2 1

2 3

2 4

3 2

3 4

4 2

4 3

i think this is exactly right but why am i not be able to get the number of vertices.? any help.
 
regards
ketan
--
To get a comprehensive view of my work Please visit http://ketanbj.googlepages.com

reply via email to

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