Liking cljdoc? Tell your friends :D
Clojure only.

kigen.cayley-graph

Computing Cayley-graphs.

Computing Cayley-graphs.
raw docstring

cayley-graphclj

(cayley-graph elts afs)

Unlabelled Cayley graph of elements elts by action functions afs. Returns a map: element -> image set (successors) of element. The output can also be considered as the successor relation.

Unlabelled Cayley graph of elements elts by action functions afs.
Returns a map: element -> image set (successors) of element.
The output can also be considered as the successor relation.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close