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:
parent
2b4ad89e72
commit
741a94953f
1 changed files with 0 additions and 1 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue