Ulrich Scholz

Show:

What's happening?

  • setUnion is missing in the UserGuide

    The constraint setUnion is not mentioned in the set constraint section of the Choco User Guide.

    2008-04-07 11:20:08 UTC in choco

  • Error in Set Constraints

    The Choco Set Constraints seem to be erroneous. For the following problem, the solver doesn't find any solution. Problem pb = new Problem(); SetVar s1 = pb.makeSetVar("s1", 1, 10); SetVar x = pb.makeSetVar("x", 1, 10); SetVar y = pb.makeSetVar("y", 1, 10); pb.post(pb.setUnion(x, y, s1)); pb.post(pb.setDisjoint(x, y)); pb.post(pb.geqCard(x, 1)); pb.propagate();...

    2008-03-28 09:19:25 UTC in choco

  • Comment: combined ps/LaTeX displayed incorrect

    So long ago, I've already forgot that I looked at it before. Please could you attach a file that is broken by my patch? Thanks.

    2007-08-09 08:06:26 UTC in xdvik

  • combined ps/LaTeX displayed incorrect

    Displaying a figure created with xfig and exported with combined ps/LaTeX is displayed incorrect: the ps part is overwritten by the LaTeX part. I've attached an example and a patch. Ulrich.

    2007-08-08 09:25:31 UTC in xdvik

About Me

  • 2003-06-26 (6 years ago)
  • 810188
  • hagbart (My Site)
  • Ulrich Scholz

Send me a message