[Lemon-commits] athos: r3101 - hugo/trunk/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Dec 4 17:51:46 CET 2006


Author: athos
Date: Mon Dec  4 17:51:46 2006
New Revision: 3101

Modified:
   hugo/trunk/test/lp_test.cc

Log:
Oops. I did not mean to break the repository.

Modified: hugo/trunk/test/lp_test.cc
==============================================================================
--- hugo/trunk/test/lp_test.cc	(original)
+++ hugo/trunk/test/lp_test.cc	Mon Dec  4 17:51:46 2006
@@ -297,7 +297,7 @@
   //Testing the problem retrieving routines
   check(lp.objCoeff(x1)==1,"First term should be 1 in the obj function!");
   check(lp.is_max(),"This is a maximization!");
-  check(lp.coeff(upright,x1)==1,"The coefficient in question is 1!");
+  check(lp.coeff(upright,x1)==0,"The coefficient in question is 1!");
 
 
   //Maximization of x1+x2



More information about the Lemon-commits mailing list