igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Find circuits(cycles) in graph


From: Romildo Martins
Subject: Re: [igraph] Find circuits(cycles) in graph
Date: Sat, 11 Apr 2009 13:29:49 -0300

Dear Gabor,

To find a cicle is necessary repetead vertices, because the initial
and final vertices are same.
I think in other idea, the igraph have minimum.spanning.tree(graph)
function. Any edge added creates a cycle. And the combination of the
added edges can also generate a new cycle.

Just do not know how in R! : (

Thanls a lot!

Romildo





2009/4/11 Gábor Csárdi <address@hidden>:
> On Sat, Apr 11, 2009 at 3:54 PM, Romildo Martins
> <address@hidden> wrote:
>> Dear Gabor,
>>
>> I think in don't repeat them on the same path, i.e, each cycle should
>> not repeat edges found.
>
> Actually, not repeating _edges_ is not the same as not repeating _vertices_.
>
> G.
>
> [...]
>
> --
> Gabor Csardi <address@hidden>     UNIL DGM
>




reply via email to

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