Generated on Mon Aug 25 11:35:46 2008 for Gecode by doxygen 1.5.6

Changes in Version 2.1.1 (2008-03-06)

This is a bugfix release.

  • Kernel
    • Bug fixes
      • The generated med_updated function was incorrect, resulting in potential crashes of programs that use SetVars. (major)
      • Made the constructor of Reflection::Var explicit, otherwise overloading for output stream operators does not work as expected. (minor)
  • Finite domain integers
    • Bug fixes
      • Non-shared copying of dfa was broken (matters only for parallel execution). (minor)
  • Finite integer sets with complete representation
    • Documentation fixes
      • The CpltSet variables are now in the correct documentation group. (minor)
  • Gist
    • Bug fixes
      • Fixed redraw artefacts on Windows. (minor)
  • General
    • Bug fixes
      • Fixed boost serialization. (minor)