Class: NPGRT::Algorithm::Graph::RelaxOperators
- Inherits:
-
Struct
- Object
- Struct
- NPGRT::Algorithm::Graph::RelaxOperators
- Defined in:
- lib/npgrt/algorithm.rb
Instance Attribute Summary collapse
-
#add ⇒ Object
Returns the value of attribute add.
-
#maxvalue ⇒ Object
Returns the value of attribute maxvalue.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Attribute Details
#add ⇒ Object
Returns the value of attribute add
45 46 47 |
# File 'lib/npgrt/algorithm.rb', line 45 def add @add end |
#maxvalue ⇒ Object
Returns the value of attribute maxvalue
45 46 47 |
# File 'lib/npgrt/algorithm.rb', line 45 def maxvalue @maxvalue end |
#min ⇒ Object
Returns the value of attribute min
45 46 47 |
# File 'lib/npgrt/algorithm.rb', line 45 def min @min end |