Skip to contents

Finds an edge clique cover of a graph G.

Usage

edge_clique_cover(G)

Arguments

G

igraph graph

Value

cliques A list of cliques. Each clique is a vector integers where the integers correspond to the nodes of G.