Oops. I did not mean to break the repository.
authorathos
Mon, 04 Dec 2006 16:51:46 +0000
changeset 2325d6ec469aa019
parent 2324 18fc834761d9
child 2326 af8c695372be
Oops. I did not mean to break the repository.
test/lp_test.cc
     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