igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph BFS


From: Tamas Nepusz
Subject: Re: [igraph] igraph BFS
Date: Tue, 18 May 2010 13:05:24 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Sorry, forget my earlier comment about a patch; the 0.6 tree already
includes the documentation of igraph_bfs and igraph_dfs, but since it is
not the stable version yet, the documentation on the website still
refers to 0.5.3. Anyway, you can still find the documentation of
igraph_bfs and igraph_dfs in src/visitors.c; alternatively, you can try
regenerating the documentation by running "make html" in the doc
subdirectory (but you will need a couple of tools like DocBook and
Python) to do that.

-- 
Tamas

On Tue, May 18, 2010 at 03:07:44PM +0530, Ashwin Kumar wrote:
> Hi
> 
> I am using igraph 0.6 C interface. I need to work on trees, find the depth
> of the tree, and other statistics (average out degree, etc). I am also
> trying to use the igraph_bfs() function call. But, I am unable to find any
> documentation for this call in the HTML online help or the downloadable PDF.
> However, I do find an example implementation in the examples folder.
> 
> Could anyone give me the function syntax, list of inputs and outputs?
> 
> Thanks
> ~ashwin

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




reply via email to

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