Class: NPGRT::Algorithm::Graph::RelaxOperators

Inherits:
Struct
  • Object
show all
Defined in:
lib/npgrt/algorithm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addObject

Returns the value of attribute add

Returns:

  • (Object)

    the current value of add



45
46
47
# File 'lib/npgrt/algorithm.rb', line 45

def add
  @add
end

#maxvalueObject

Returns the value of attribute maxvalue

Returns:

  • (Object)

    the current value of maxvalue



45
46
47
# File 'lib/npgrt/algorithm.rb', line 45

def maxvalue
  @maxvalue
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



45
46
47
# File 'lib/npgrt/algorithm.rb', line 45

def min
  @min
end