Algebra.Graph.IntAdjacencyMap

Data structure

data IntAdjacencyMap

adjacencyMap

Basic graph construction primitives

empty

vertex

edge

overlay

connect

vertices

edges

overlays

connects

graph

fromAdjacencyList

Relations on graphs

isSubgraphOf

Graph properties

isEmpty

hasVertex

hasEdge

vertexCount

edgeCount

vertexList

edgeList

adjacencyList

vertexIntSet

edgeSet

postIntSet

Standard families of graphs

path

circuit

clique

biclique

star

tree

forest

Graph transformation

removeVertex

removeEdge

replaceVertex

mergeVertices

transpose

gmap

induce

Algorithms

dfsForest

dfsForestFrom

dfs

topSort

isTopSort