Class: GraphMatching::Algorithm::MCMGeneral::LFlag
- Inherits:
-
Object
- Object
- GraphMatching::Algorithm::MCMGeneral::LFlag
- Defined in:
- lib/graph_matching/algorithm/mcm_general.rb
Overview
An LFlag represents a flag on an edge during Gabow’s ‘l` function.
Instance Attribute Summary collapse
-
#edge ⇒ Object
readonly
Returns the value of attribute edge.
Instance Method Summary collapse
-
#initialize(edge) ⇒ LFlag
constructor
A new instance of LFlag.
Constructor Details
#initialize(edge) ⇒ LFlag
Returns a new instance of LFlag.
15 16 17 |
# File 'lib/graph_matching/algorithm/mcm_general.rb', line 15 def initialize(edge) @edge = edge end |
Instance Attribute Details
#edge ⇒ Object (readonly)
Returns the value of attribute edge.
14 15 16 |
# File 'lib/graph_matching/algorithm/mcm_general.rb', line 14 def edge @edge end |