Re: [wanted] automagic generation of graphs

2007-07-20 Thread Thien-Thi Nguyen
() "Marco Maggi" <[EMAIL PROTECTED]> () Fri, 20 Jul 2007 18:09:54 +0200 suggest ideas. it just so happens i'm experimenting w/ reading (simple) lisp syntax into guile[0]. perhaps you can grep the net for lisp callgraphs and use `read-sexp' to convert them... another idea is to instrument (sc

Here's the attachment...

2007-07-20 Thread Jon Wilson
Jon Wilson wrote: Hi Marco, I cobbled something together for you real quick. Attached. The function you want to call is make-graph. node-count is obvious*. edge-density is the probability that any given node has an edge to any other given node. Symbol names are read from /usr/share/dict/w

Re: [wanted] automagic generation of graphs

2007-07-20 Thread Jon Wilson
Hi Marco, I cobbled something together for you real quick. Attached. The function you want to call is make-graph. node-count is obvious*. edge-density is the probability that any given node has an edge to any other given node. Symbol names are read from /usr/share/dict/words. * if you se

ANN: Guile-Lib 0.1.4 released

2007-07-20 Thread Andy Wingo
Hello schemers, I am pleased to announce that Guile-Lib 0.1.4 has been released. It may be obtained at: http://download.gna.org/guile-lib/guile-lib-0.1.4.tar.gz What is Guile-Lib - Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for peop

[wanted] automagic generation of graphs

2007-07-20 Thread Marco Maggi
Ciao, I need to test some module that handles graphs and constraint networks; I would like to automatically generate test graphs, both cyclic and acyclic. I wonder if someone has already written some code for it and is willing to share it or to suggest ideas. It should be "enough" to build so