Module: RGraph::Constants::TreeMode

Defined in:
lib/rgraph/constants.rb

Overview

Algorithms for random tree generation.

Constant Summary collapse

OUT =
0
IN =
1
UNDIRECTED =
2