diff options
author | Harpreet | 2015-12-29 00:38:48 +0530 |
---|---|---|
committer | Harpreet | 2015-12-29 00:38:48 +0530 |
commit | eb9ca1191c94059cd7adcf69805906c809fe9712 (patch) | |
tree | f98e728341812b8a0eb46aa4159b062a22225f05 /tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce | |
parent | 0eee95dfb1edec6ce52ec3065a3adb1bf169c9f9 (diff) | |
download | FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.gz FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.bz2 FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.zip |
Bugs fixed 4
Diffstat (limited to 'tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce')
-rw-r--r-- | tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce b/tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce index 28ec92e..f3b1559 100644 --- a/tests/general_tests/qpipoptmat/qpipoptmat_ub1.sce +++ b/tests/general_tests/qpipoptmat/qpipoptmat_ub1.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 Upper Bound is not equal to the number of variables //at line 241 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) + |