igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] MST


From: Csardi Gabor
Subject: Re: [igraph] MST
Date: Sat, 25 Nov 2006 06:55:17 +0100
User-agent: Mutt/1.5.9i

Yes,

you're right, Free(already_processed) was missing, sorry about that. 
Thanks. 

Btw. another 0.3 version is uploaded to
http://cneurocvs.rmki.kfki.hu/igraph/download/
if you want to do some tests. This has the neighborhood functions, also in R.
I haven't tried it on windows yet though, so compilation still fails if you 
don't erase the cpp files. 

G.

On Sat, Nov 25, 2006 at 12:30:44AM -0500, Vincent Matossian wrote:
>  Hi,
> 
> minimum.spanning.tree was giving me trouble on code such as
> 
> gsf=barabasi.game(100,directed=FALSE)
> ngsf2=list()
> E(gsf)$w=sample(1:20,ecount(gsf),replace=TRUE)
> ng2=neighborhood(gsf,2)
> for(i in 1:length(ng2)){
> ngsf2[[i]]=minimum.spanning.tree(ng2[[i]],weights=E(ng2[[i]])$w)
> }
> 
> I noticed that the code in the working directory was short of one FINALLY
> cleanup of the stack. It all works well after that extra cleanup.
> 
> Just thought I'd let you know
> 
> Cheers,
> 
> vincent

> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help


-- 
Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK




reply via email to

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