diff options
Diffstat (limited to 'macros/qpipoptmat.sci')
-rw-r--r-- | macros/qpipoptmat.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/qpipoptmat.sci b/macros/qpipoptmat.sci index 9f20870..4b8e427 100644 --- a/macros/qpipoptmat.sci +++ b/macros/qpipoptmat.sci @@ -29,8 +29,8 @@ function [xopt,fopt,exitflag,output,lambda] = qpipoptmat (varargin) // b : a vector of doubles, represents the linear coefficients in the inequality constraints // Aeq : a matrix of doubles, represents the linear coefficients in the equality constraints // beq : a vector of doubles, represents the linear coefficients in the equality constraints - // LB : a vector of doubles, where n is number of variables, contains lower bounds of the variables. - // UB : a vector of doubles, where n is number of variables, contains upper bounds of the variables. + // LB : a vector of doubles, contains lower bounds of the variables. + // UB : a vector of doubles, contains upper bounds of the variables. // x0 : a vector of doubles, contains initial guess of variables. // param : a list containing the the parameters to be set. // xopt : a vector of doubles, the computed solution of the optimization problem. |