test/mip_test.cc
changeset 2369 6ae1a97055a2
parent 2267 3575f17a6e7f
child 2386 81b47fc5c444
     1.1 --- a/test/mip_test.cc	Mon Feb 19 12:11:41 2007 +0000
     1.2 +++ b/test/mip_test.cc	Mon Feb 19 18:21:28 2007 +0000
     1.3 @@ -52,7 +52,7 @@
     1.4  
     1.5  
     1.6    //Objective function
     1.7 -  mip.setObj(x1);
     1.8 +  mip.obj(x1);
     1.9  
    1.10    mip.max();
    1.11