package ocamlgraph

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

Module Clique.Bron_KerboschSource

Parameters

module G : G

Signature

Sourceval 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.

OCaml

Innovation. Community. Security.