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/qpipopt/qpipopt_x01.sce | |
parent | 0eee95dfb1edec6ce52ec3065a3adb1bf169c9f9 (diff) | |
download | symphony-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.gz symphony-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.bz2 symphony-eb9ca1191c94059cd7adcf69805906c809fe9712.zip |
Bugs fixed 4
Diffstat (limited to 'tests/general_tests/qpipopt/qpipopt_x01.sce')
-rw-r--r-- | tests/general_tests/qpipopt/qpipopt_x01.sce | 4 |
1 files changed, 3 insertions, 1 deletions
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) + |