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

Safe HaskellNone
LanguageHaskell2010

IGraph.Algorithms.Clique

Documentation

cliques Source #

Arguments

:: Graph 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

largestCliques :: Graph d v e -> [[Int]] Source #

maximalCliques Source #

Arguments

:: Graph 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