igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Help - find cycles


From: Tamas Nepusz
Subject: Re: [igraph] Help - find cycles
Date: Thu, 16 Apr 2009 15:10:54 +0100

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]