haskell-igraph-0.4.0: Haskell interface of the igraph library.

Safe HaskellNone
LanguageHaskell2010

IGraph.Clique

Documentation

cliques Source #

Arguments

:: LGraph d v e 
-> (Int, Int)

Minimum and maximum size of the cliques to be returned. No bound will be used if negative or zero

-> [[Int]]

cliques represented by node ids

maximalCliques Source #

Arguments

:: LGraph d v e 
-> (Int, Int)

Minimum and maximum size of the cliques to be returned. No bound will be used if negative or zero

-> [[Int]]

cliques represented by node ids