module Gecode::VariableEnumMethods

Public Instance Methods

values() click to toggle source

Gets the values of all the operands in the enum.

# File doc/tmp/rdoc_dev/gecoder/interface/enum_wrapper.rb, line 59
def values
  map{ |var| var.value }
end