From eb9ca1191c94059cd7adcf69805906c809fe9712 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 29 Dec 2015 00:38:48 +0530 Subject: Bugs fixed 4 --- tests/general_tests/qpipopt/qpipopt_x01.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/general_tests/qpipopt/qpipopt_x01.sce') diff --git a/tests/general_tests/qpipopt/qpipopt_x01.sce b/tests/general_tests/qpipopt/qpipopt_x01.sce index 6a57269..bb37c50 100644 --- a/tests/general_tests/qpipopt/qpipopt_x01.sce +++ b/tests/general_tests/qpipopt/qpipopt_x01.sce @@ -15,7 +15,6 @@ nbVar = 6; nbCon = 5; x0 = repmat(0,5,1); param = list("MaxIter", 300, "CpuTime", 100); -[xopt,fopt,exitflag,output,lambda]=qpipopt(nbVar,nbCon,Q,p,lb,ub,conMatrix,conLB,conUB,x0,param) //Error // WARNING: qpipopt: Ignoring initial guess of variables as it is not equal to the number of variables @@ -41,3 +40,6 @@ param = list("MaxIter", 300, "CpuTime", 100); // - 4.9884023 // 0.6054943 // - 3.1155623 + +[xopt,fopt,exitflag,output,lambda]=qpipopt(nbVar,nbCon,Q,p,lb,ub,conMatrix,conLB,conUB,x0,param) + -- cgit