All releases of Gecode/R


Release Notes: This is the first release that can be considered stable and ready for production use. The syntax is expected to remain backwards compatible from here on out. The documentation changes mostly concern polishing of the documentation on the Web site.


Release Notes: This release changes the preferred way of defining a model to including Gecode::Mixin (a mixin) rather than inheriting from Gecode::Model. The backend has been updated to fix some rare bugs.


Release Notes: This release contains all the functionality currently planned for 1.0.0. Constraints can now be freely combined without requiring temporary variables. It also adds some sugar that's designed to cut down on some frequently repeated code.


Release Notes: This release adds regular expression constraints, the last channel constraint, and various minor convenience improvements. It also fixes a GC bug that occurs when using the latest patchlevels of Ruby 1.8.6.


Release Notes: This release adds search statistics as well as some new arithmetic and channel constraints.


Release Notes: This release adds tuple constraints along with some minor features and a bugfix.


Release Notes: The backend has been updated from Gecode 1.3.1 to Gecode 2.1.1 .


Release Notes: A new Website has been launched, and a lot of documentation has been added (both code and user documentation).


Release Notes: This release adds the set selection and operation constraints.


Release Notes: This release fixes various bugs introduced in 0.6.0 and changes the way that int variable domains are specified (breaking backward compatibility).