From 6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 22 Dec 2015 15:54:28 +0530 Subject: Bugs fixed 3 --- help/en_US/qpipopt.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'help/en_US/qpipopt.xml') diff --git a/help/en_US/qpipopt.xml b/help/en_US/qpipopt.xml index d9a0e6e..23e2c52 100644 --- a/help/en_US/qpipopt.xml +++ b/help/en_US/qpipopt.xml @@ -40,25 +40,25 @@ nbCon : a double, number of constraints Q : - a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem. + a symmetric matrix of double, represents coefficients of quadratic in the quadratic problem. p : - a vector of doubles, represents coefficients of linear in the quadratic problem + a vector of double, represents coefficients of linear in the quadratic problem LB : - a vector of doubles, contains lower bounds of the variables. + a vector of double, contains lower bounds of the variables. UB : - a vector of doubles, contains upper bounds of the variables. + a vector of double, contains upper bounds of the variables. conMatrix : - a matrix of doubles, contains matrix representing the constraint matrix + a matrix of double, contains matrix representing the constraint matrix conLB : - a vector of doubles, contains lower bounds of the constraints. + a vector of double, contains lower bounds of the constraints. conUB : - a vector of doubles, contains upper bounds of the constraints. + a vector of double, contains upper bounds of the constraints. x0 : - a vector of doubles, contains initial guess of variables. + a vector of double, 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. + a vector of double, the computed solution of the optimization problem. fopt : a double, the function value at x. exitflag : -- cgit