Oops. I did not mean to break the repository.
1.1 --- a/test/lp_test.cc Mon Dec 04 16:48:13 2006 +0000
1.2 +++ b/test/lp_test.cc Mon Dec 04 16:51:46 2006 +0000
1.3 @@ -297,7 +297,7 @@
1.4 //Testing the problem retrieving routines
1.5 check(lp.objCoeff(x1)==1,"First term should be 1 in the obj function!");
1.6 check(lp.is_max(),"This is a maximization!");
1.7 - check(lp.coeff(upright,x1)==1,"The coefficient in question is 1!");
1.8 + check(lp.coeff(upright,x1)==0,"The coefficient in question is 1!");
1.9
1.10
1.11 //Maximization of x1+x2