Removed debug output from fdsolver test

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@424 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-13 22:23:24 +02:00
parent 2b4ad89e72
commit 741a94953f

View file

@ -20,7 +20,6 @@ public class SolverTest {
while (solver.solve()) {
lastx = x.getValue();
lasty = y.getValue();
System.out.println("x = " + lastx + ", y = " + lasty);
solver.addConstraint(new LessThanConst<Integer>(false, x, x.getValue()));
}