igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Help - find cycles


From: Romildo Martins
Subject: Re: [igraph] Help - find cycles
Date: Thu, 16 Apr 2009 20:29:46 -0300

Hi,

I will use minimum.spanning.tree(g) because just test with the
combination of g edges not belonging a minimum.spanning.tree. The
complexity is e(e-1) / 2.

what you think of this idea?

2009/4/16 Tamas Nepusz <address@hidden>:
>> a Hamiltonian cycle of the graph. So you might as well just use a
>> subgraph isomorphism algorithm to detect all cycles of a given length.
>
> Note that this returns all cycles of length k k*2 times - starting from each
> vertex of the cycle in both traversal directions.
>
> --
> Tamas
>
>




reply via email to

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