help-octave
[Top][All Lists]
Advanced

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

Re: finding all cycles in a graph


From: Jordi Gutiérrez Hermoso
Subject: Re: finding all cycles in a graph
Date: Tue, 24 Jan 2012 14:26:54 -0500

On 24 January 2012 12:01, Francesco Potortì <address@hidden> wrote:
> Has anyone an Octave program for finding all cycles in a graph?

You're of course aware that there are exponentially many cycles in
general? There usually are better ways to accomplish whatever you need
than looking for all cycles of a graph.

Furthermore, I don't think we even have a graph representation in
Octave. There is this cycle iterator in Sage, though:

    http://www.sagemath.org/doc/reference/sage/graphs/digraph.html

HTH,
- Jordi G. H.


reply via email to

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