[cl-graph-devel] using random-graph functions

David Catteeuw davidcatteeuw at gmail.com
Sun Aug 26 16:52:41 UTC 2012


Hello,

I would like to know how i could access the random graph functions.

After loading cl-graph, i cannot access functions like
generate-scale-free-graph. Apparently the function is not exported. I
see these functions require cl-variates, but first loading
cl-variates, then cl-graph results in name-conflicts:

USE-PACKAGE #<PACKAGE "CL-VARIATES"> causes name-conflicts in
#<PACKAGE "METABANG.CL-CONTAINERS"> between the following
symbols:
  CL-VARIATES:NEXT-ELEMENT, METABANG.UTILITIES:NEXT-ELEMENT

How can i resolve this issue? Note, that i'm using Quicklisp to load
the packages, might this be a Quicklisp problem?

Regards,
david.




More information about the cl-graph-devel mailing list