graphicalExtremes (version 0.1.0)

select_edges: Select edges to add to a graph

Description

This function selects all possible edges that can be added to the graph while still remaining in the class of block graphs.

Usage

select_edges(graph)

Value

Numeric vector.

Arguments

graph

Graph object from igraph package. The graph must be an undirected block graph, i.e., a decomposable, connected graph with singleton separator sets.