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/qpipoptmat/qpipoptmat_beq1.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/general_tests/qpipoptmat/qpipoptmat_beq1.sce') diff --git a/tests/general_tests/qpipoptmat/qpipoptmat_beq1.sce b/tests/general_tests/qpipoptmat/qpipoptmat_beq1.sce index 2641ac4..bcdda3c 100644 --- a/tests/general_tests/qpipoptmat/qpipoptmat_beq1.sce +++ b/tests/general_tests/qpipoptmat/qpipoptmat_beq1.sce @@ -14,9 +14,11 @@ x0 = repmat(0,6,1); param = list("MaxIter", 300, "CpuTime", 100); f=[1; 2; 3; 4; 5; 6]; H=eye(6,6); x0 = repmat(0,6,1); -[xopt,fopt,exitflag,output,lambda]=qpipoptmat(H,f,A,b,Aeq,beq,lb,ub,[],param) // Error //qpipoptmat: The number of rows in Aeq must be the same as the number of elements of beq //at line 253 of function qpipoptmat called by : //[xopt,fopt,exitflag,output,lambda]=qpipoptmat(H,f,A,b,Aeq,beq,lb,ub,[],param) + +[xopt,fopt,exitflag,output,lambda]=qpipoptmat(H,f,A,b,Aeq,beq,lb,ub,[],param) + -- cgit