Sha256: ba6b5493edca7f2bb95515b7f74dee8fd66ed750ac137d84ea942ed634d07c06
Contents?: true
Size: 249 Bytes
Versions: 6
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::Model.constrain(self, best_so_far_space) end end end
Version data entries
6 entries across 6 versions & 2 rubygems