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/scilab_en_US_help/qpipopt.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'help/en_US/scilab_en_US_help/qpipopt.html') diff --git a/help/en_US/scilab_en_US_help/qpipopt.html b/help/en_US/scilab_en_US_help/qpipopt.html index 7cc0560..d4b6b3c 100644 --- a/help/en_US/scilab_en_US_help/qpipopt.html +++ b/help/en_US/scilab_en_US_help/qpipopt.html @@ -48,25 +48,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