BK: Bron-Kerbosch Algorithm

View source: R/graph_algs.R

BKR Documentation

Bron-Kerbosch Algorithm

Description

Bron-Kerbosch Algorithm

Usage

BK(R, P, X, nbs, max_len = length(P))

Arguments

R, P, X

current largest complete set, sets of vertices still to consider, and already considered

nbs

list of neighbouring vertices

max_len

maximum length of output


rje42/MixedGraphs documentation built on March 29, 2025, 11:47 p.m.