package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module G : G

Signature

val maximalcliques : G.t -> G.V.t list list

maximalcliques g computes all the maximal cliques of g using the Bron-Kerbosch algorithm. It returns the sets of vertices belonging to the same maximal clique.