NARVAL_G_SaveGraph save the graph g in the file name.graph.
Examples
n=100;//network sizel=1000;//network squared area sided=100;//Locality radius[g]=NARVAL_T_LocalityConnex(n,l,d);//generation of a topologyl=length(g.head);n=g.node_number;name='locality_n'+string(n)+'_l_'+string(l);NARVAL_G_SaveGraph(g,name);//application of NARVAL_G_SaveGraph