module Tangle

Tangle manages various types of graphs

Tangle::MultiGraph.new

> Undirected graph without edge constraints

Tangle::SimpleGraph.new

> Undirected graph with single edges between vertices, and no loops

Tangle::DiGraph.new

> Directed graph without edge constraints

Tangle::DAG.new

> Directed graph with no edge cycles

Constants

DAG
DiGraph
Graph
MultiGraph
SimpleGraph
VERSION