#include #include #include #include #include #define Nrunmax 1 #define T 1000 #define kappa 1. //This program produces the adjacency matrices of the Bianconi-Barabasi model //displaying the BEC condensation for different values of beta using the format read by cytoscape int *k;//k[i] degree of node i float Norm, *eta;//Norm normalization constant, eta[i] fitness of node i int Choose(int it){ // This subroutine choose the node j to which the node it is joined (m=1) int j,i2; float x; x=Norm*drand48(); // draw a random number between 0 and Norm for(i2=0;i2