Liking cljdoc? Tell your friends :D
Clojure only.

orbit.tree-search

Finding all solutions when the graph is guaranteed to be circuit free.

Finding all solutions when the graph is guaranteed to be circuit free.
raw docstring

(tree-search seeds sa solution? stepf)

Searching for solutions by predicate solution?, where the search graph is guaranteed to be acyclic, thus no need for keeping the orbit. Solutions can be extended to further solutions (i.e. they are not assumed to be leaf nodes).

Searching for solutions by predicate solution?, where the search graph is
guaranteed to be acyclic, thus no need for keeping the orbit.
Solutions can be extended to further solutions (i.e. they are not assumed
to be leaf nodes).
sourceraw docstring

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

× close