From dd3d72ae2cdb43311b4e501966f09694bbd3e505 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 7 Jan 2016 17:14:07 +0530 Subject: lower bound, upper bound test added --- help/en_US/scilab_en_US_help/qpipopt.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fc08a81..19b4e44 100644 --- a/help/en_US/scilab_en_US_help/qpipopt.html +++ b/help/en_US/scilab_en_US_help/qpipopt.html @@ -56,11 +56,11 @@
a vector of double, contains upper bounds of the variables.
a matrix of double, contains the constraint matrix
a matrix of double, contains the constraint matrix conLB ≤ A⋅x ≤ conUB.
a vector of double, contains lower bounds of the constraints.
a vector of double, contains lower bounds of the constraints conLB ≤ A⋅x ≤ conUB.
a vector of double, contains upper bounds of the constraints.
a vector of double, contains upper bounds of the constraints conLB ≤ A⋅x ≤ conUB.
a vector of double, contains initial guess of variables.