diff -r 6b2e8b734ae7 -r 6ae1a97055a2 demo/lp_demo.cc --- a/demo/lp_demo.cc Mon Feb 19 12:11:41 2007 +0000 +++ b/demo/lp_demo.cc Mon Feb 19 18:21:28 2007 +0000 @@ -65,7 +65,7 @@ lp.colLowerBound(x2, 0); lp.colLowerBound(x3, 0); //Objective function - lp.setObj(10*x1+6*x2+4*x3); + lp.obj(10*x1+6*x2+4*x3); //Call the routine of the underlying LP solver lp.solve();