functionMap (version 1.0.0)

remove_loops: Remove loops from a graph

Description

Remove loops from a graph

Usage

remove_loops(graph)

Arguments

graph
Input graph, as an adjacency list.

Value

Another graph, with the loop edges removed.