Idris2Doc : Data.Graph.Indexed.Query.Subgraph

Data.Graph.Indexed.Query.Subgraph

(source)
This is an implementation of a simple but efficient subgraph isomorphism
algorithm.

Definitions

query : (eq->et->Bool) -> (nq->nt->Bool) ->IGraphqeqnq->IGraphtetnt->Maybe (Vectq (Fint))
  Using the given matching functions for node and edge labels, this
tries to align the `query` graph with the `target` graph in such
a way, that each query node is linked to a single target node.

Visibility: export