A directed graph where each edge has a unique id
A directed graph where each edge has a unique id
(add-edge build-graph source target)
(add-node {:keys [nodeset] :as build-graph} node)
(edge-ids {:keys [id->edge] :as _build-graph})
(edge-ids-between {:keys [source->edgeset target->edgeset] :as _build-graph}
source
target)
(edges-between {:keys [id->edge] :as build-graph} source target)
(id->edge build-graph id)
(import-edge build-graph edge-id source target)
(init & edges)
(merge build-graph other)
(successor-graph {:keys [id->edge] :as build-graph} node)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close