edge_clique_cover: Finds an edge clique cover of a graph G.

View source: R/ecc.R

edge_clique_coverR Documentation

Finds an edge clique cover of a graph G.

Description

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.


amspector100/blipr documentation built on June 22, 2022, 2:43 a.m.