Class: GecodeRaw::Space

Inherits:
Object
  • Object
show all
Defined in:
lib/gecoder/interface/binding_changes.rb

Overview

:nodoc: all

Instance Method Summary collapse

Instance Method Details

#constrain(best_so_far_space) ⇒ Object

Used by Gecode during BAB-search.



5
6
7
# File 'lib/gecoder/interface/binding_changes.rb', line 5

def constrain(best_so_far_space)
  Gecode::Mixin.constrain(self, best_so_far_space)
end