class Dag::CycleDetectedError

Overview

Raised when a graph is cyclic.

If a cycle is detected, this error will be risen with the key of the vertex found twice in a going-over.

Defined in:

dag.cr

Constructors

Constructor Detail

def self.new(v) #

Key will be the key of vertex found twice in a going-over of graph.