Module: Gecode::EnumMethods

Included in:
FixnumEnumMethods, VariableEnumMethods
Defined in:
lib/gecoder/interface/enum_wrapper.rb

Overview

A module containing the methods needed by enumerations containing operands.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#modelObject

:nodoc:



48
49
50
# File 'lib/gecoder/interface/enum_wrapper.rb', line 48

def model
  @model
end

Instance Method Details

#active_spaceObject

Gets the current space of the model the array is connected to.



50
51
52
# File 'lib/gecoder/interface/enum_wrapper.rb', line 50

def active_space
  @model.active_space
end