module Gecode::EnumMethods

A module containing the methods needed by enumerations containing operands.

Attributes

model[RW]

Public Instance Methods

active_space() click to toggle source

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

# File doc/tmp/rdoc_dev/gecoder/interface/enum_wrapper.rb, line 50
def active_space
  @model.active_space
end