removeMultiArcs: Remove multi-arcs with no minimum cost

Description Usage Arguments Value

Description

The removeMultiArcs function go through the arcs list of a given graph and check if there are more than one arc between two nodes. If exist more than one, the function keeps one with minimum cost and remove the others.

Usage

1
removeMultiArcs(arcs, directed = TRUE)

Arguments

arcs

matrix with the list of arcs of the graph. Each row represents one arc. The first two columns contain the two endpoints of each arc and the third column contains their weights.

directed

logical value indicating whether the graph is directed (TRUE) or not (FALSE).

Value

removeMultiArcs returns a new list of arcs without any of the multi-arcs founded.


optrees documentation built on May 2, 2019, 8:15 a.m.