scalation.graphalytics
The CycleTest object tests the Cycle class using a label-free precedence graph. Graphs are created by passing in an array of adjacency sets (one for each vertex).
CycleTest
Cycle
Test precedence graph 1 (does not have a cycle)
Test precedence graph 2 (has a cycle)
(Since version 2.11.0) The delayedInit mechanism will disappear.
The
CycleTest
object tests theCycle
class using a label-free precedence graph. Graphs are created by passing in an array of adjacency sets (one for each vertex).