Hoppa till huvudinnehållet
Institutionen för informationsteknologi

Bugs in Koalog Constraint Solver

  • If you run the MagicSequence problem (which is in the directory of example programs) with n=800 you will get an exception. This has been reported and they will fix it in the next release. (This has been fixed in the current version we have!)
  • If you call the method solve(n) on a solver object and then do the same thing again you will obtain all the solution to the problem. (This is not the way to find all solutions but is a bug.) It doesn't really make sense to call solve several times (since you will redo all the work and not find solution n+1) but it is a bug anyway. It will be fixed in the next release.

Uppdaterad  2004-06-16 14:13:03 av Magnus Ågren.