diff options
author | Harpreet | 2015-12-11 12:51:00 +0530 |
---|---|---|
committer | Harpreet | 2015-12-11 12:51:00 +0530 |
commit | 436f0daf6e4f241b8fa582a943bad09ddc091f59 (patch) | |
tree | a3f0899e5fb0542c69c4aae469c0c5bf0a04b542 /macros/qpipopt.sci | |
parent | 6cc967755bb135d656fba0523b4eb206581492ca (diff) | |
download | FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.gz FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.bz2 FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.zip |
lsqnonneg added
Diffstat (limited to 'macros/qpipopt.sci')
-rw-r--r-- | macros/qpipopt.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/qpipopt.sci b/macros/qpipopt.sci index ccf10e4..8b7cecd 100644 --- a/macros/qpipopt.sci +++ b/macros/qpipopt.sci @@ -25,7 +25,7 @@ function [xopt,fopt,exitflag,output,lambda] = qpipopt (varargin) // Q : a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem. // p : a vector of doubles, represents coefficients of linear in the quadratic problem // LB : a vector of doubles, contains lower bounds of the variables. - // UB : a vector of doubles, where n is number of variables, contains upper bounds of the variables. + // UB : a vector of doubles, contains upper bounds of the variables. // conMatrix : a matrix of doubles, contains matrix representing the constraint matrix // conLB : a vector of doubles, contains lower bounds of the constraints. // conUB : a vector of doubles, contains upper bounds of the constraints. |