Dears:
    I encounter a very tough problem when I run igraph in cygwin.
    The code list is as follows:
int main(int argc, char* argv[]){
igraph_integer_t N = 10000;
igraph_real_t average_degree = 10;
igraph_real_t p = average_degree/(N-1);
igraph_real_t rho0 = 0.1;
igraph_real_t recover_probability = 0.5;
igraph_real_t lambda = 0.8;
int adoption_threshold = 3;
igraph_t *er;
igraph_erdos_renyi_game(er, IGRAPH_ERDOS_RENYI_GNP, N, p, IGRAPH_UNDIRECTED, 
IGRAPH_NO_LOOPS);

return 0;
}
    
I want to create a ER network using the above parameters, but when I run to the 
"igraph_erdos_renyi_game()" line, I encounter an exception as follows:
0 [main] socialContagion 7800 cygwin_exception::open_stackdumpfile: Dumping 
stack trace to socialContagion.exe.stackdump,
which makes me crazy.

Please help me to handle it, it is very critical for me to go further.
Best wishes!
Your sincerely!


zhuxuzhen...@gmail.com
_______________________________________________
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to