class GraphMatching::Algorithm::MCMGeneral::LFlag
An LFlag
represents a flag on an edge during Gabow's `l` function.
Attributes
edge[R]
Public Class Methods
new(edge)
click to toggle source
# File lib/graph_matching/algorithm/mcm_general.rb, line 15 def initialize(edge) @edge = edge end