From 436f0daf6e4f241b8fa582a943bad09ddc091f59 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Fri, 11 Dec 2015 12:51:00 +0530 Subject: lsqnonneg added --- macros/qpipopt.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/qpipopt.sci') 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. -- cgit