Sha256: 5cc5e835bff1e331b9dacec7340f2b9f32c2b7348789bf49d8d25ac91ac31f0e

Contents?: true

Size: 211 Bytes

Versions: 14

Compression:

Stored size: 211 Bytes

Contents

module Gecode::Bool
  class BoolConstraintReceiver
    # Provides commutivity with IntVarReceiver#==
    provide_commutativity(:==){ |rhs, _| rhs.respond_to? :to_int_var }
    alias_comparison_methods
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
gecoder-with-gecode-1.1.1.1 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-1.1.1 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-1.1.1 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-1.1.0 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-1.1.0 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-0.9.1 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-0.9.0 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-1.0.0 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-0.9.0-x86-mswin32-60 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-0.9.1-x86-mswin32-60 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-0.9.0 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-1.0.0-x86-mswin32-60 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-0.9.1 lib/gecoder/interface/constraints/bool/channel.rb
gecoder-with-gecode-1.0.0 lib/gecoder/interface/constraints/bool/channel.rb