diff -r 6b2e8b734ae7 -r 6ae1a97055a2 test/mip_test.cc --- a/test/mip_test.cc Mon Feb 19 12:11:41 2007 +0000 +++ b/test/mip_test.cc Mon Feb 19 18:21:28 2007 +0000 @@ -52,7 +52,7 @@ //Objective function - mip.setObj(x1); + mip.obj(x1); mip.max();