min_deg_triangulation: Minimum degree triangulation

Description Usage Arguments

View source: R/min_deg_triangulation.R

Description

This function turns a graph to a triangulated graph by fill in the deficiency of each node. A node with the minimum degree is selected at each step. The elimination process removes a simplicial node at a time. The output of the function is a triangulated graph.

Usage

1

Arguments

graph

A graph that is stored in an adjacency matrix.


kelvinyangli/wrsgraph documentation built on Sept. 6, 2019, 10 a.m.