class Gecode::Set::Connection::IncludeConstraint

Public Instance Methods

post() click to toggle source
# File doc/tmp/rdoc_dev/gecoder/interface/constraints/set/include.rb, line 29
def post
  set, variables = @params.values_at(:lhs, :variables)
  Gecode::Raw::match(@model.active_space, set.to_set_var.bind, 
                     variables.to_int_enum.bind_array)
end