|
From: | Gábor Csárdi |
Subject: | Re: [igraph] What is the max value of a node id? |
Date: | Wed, 24 Apr 2013 18:19:39 -0400 |
Hello everyone,I have following codes by c++:igraph_empty(&g,0,true);igraph_add_vertices(&g,131071,0);//17igraph_add_vertices(&g,262143,0);//18igraph_add_vertices(&g,524287,0);//19igraph_add_vertices(&g,1048575,0);//20igraph_add_vertices(&g,2097151,0);//21igraph_add_vertices(&g,4194303,0);//22igraph_add_vertices(&g,8388607,0);//23igraph_add_vertices(&g,16777215,0);//24igraph_add_vertices(&g,16777216,0);//24+1 does not workas you can see, I'm testing the max value available of node id.but why it does not work when node id is longer than 24 bits?
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help
[Prev in Thread] | Current Thread | [Next in Thread] |