Sha256: 3969a6a603b650deca148f4a07d717395f2a75a3351b9d9fb0deacc6aa26f4e7
Contents?: true
Size: 249 Bytes
Versions: 11
Compression:
Stored size: 249 Bytes
Contents
# This file adds a small layer on top of the bindings. module GecodeRaw #:nodoc: all class Space # Used by Gecode during BAB-search. def constrain(best_so_far_space) Gecode::Mixin.constrain(self, best_so_far_space) end end end
Version data entries
11 entries across 11 versions & 2 rubygems