Hello!
Can you recommend any library for working with graphs (I did not find it
in srfi and mailing list). Almost what I need to have in graphviz
bindings, but there are no predicate functions and the like.
--
sanity level in trouble
On 08-10-2022 12:29, Dmitry Polyakov wrote:
Hello!
Can you recommend any library for working with graphs (I did not find it
in srfi and mailing list). Almost what I need to have in graphviz
bindings, but there are no predicate functions and the like.
SRFI-234 is for linearizing a direct acy
Dmitry Polyakov writes:
> Can you recommend any library for working with graphs (I did not find it
> in srfi and mailing list). Almost what I need to have in graphviz
> bindings, but there are no predicate functions and the like.
Here’s an implementation of inductive graphs:
https://github.co
Hello,
to all users: the most up-to-date list of guile s/w is here:
http://sph.mn/foreign/guile-software.html
[ and at the end of the list, it also offers 'searching links'
[ to notabug, savannah, (give-up on) github and ML
> Can you recommend any library