summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/qpipoptmat.html
diff options
context:
space:
mode:
authorHarpreet2016-01-07 17:14:07 +0530
committerHarpreet2016-01-07 17:14:07 +0530
commitdd3d72ae2cdb43311b4e501966f09694bbd3e505 (patch)
tree22a62596c6cae995f4693d75d52d96cd787c40b8 /help/en_US/scilab_en_US_help/qpipoptmat.html
parentdad86bd42cdc2a0e56df9e0591879e5d26fd56fa (diff)
downloadFOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.gz
FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.bz2
FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.zip
lower bound, upper bound test added
Diffstat (limited to 'help/en_US/scilab_en_US_help/qpipoptmat.html')
-rw-r--r--help/en_US/scilab_en_US_help/qpipoptmat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/help/en_US/scilab_en_US_help/qpipoptmat.html b/help/en_US/scilab_en_US_help/qpipoptmat.html
index 4a89648..5a6a5b6 100644
--- a/help/en_US/scilab_en_US_help/qpipoptmat.html
+++ b/help/en_US/scilab_en_US_help/qpipoptmat.html
@@ -51,13 +51,13 @@
<dt><span class="term">f :</span>
<dd><p class="para">a vector of double, represents coefficients of linear in the quadratic problem</p></dd></dt>
<dt><span class="term">A :</span>
- <dd><p class="para">a vector of double, represents the linear coefficients in the inequality constraints</p></dd></dt>
+ <dd><p class="para">a matrix of double, represents the linear coefficients in the inequality constraints A⋅x ≤ b.</p></dd></dt>
<dt><span class="term">b :</span>
- <dd><p class="para">a vector of double, represents the linear coefficients in the inequality constraints</p></dd></dt>
+ <dd><p class="para">a vector of double, represents the linear coefficients in the inequality constraints A⋅x ≤ b.</p></dd></dt>
<dt><span class="term">Aeq :</span>
- <dd><p class="para">a matrix of double, represents the linear coefficients in the equality constraints</p></dd></dt>
+ <dd><p class="para">a matrix of double, represents the linear coefficients in the equality constraints Aeq⋅x = beq.</p></dd></dt>
<dt><span class="term">beq :</span>
- <dd><p class="para">a vector of double, represents the linear coefficients in the equality constraints</p></dd></dt>
+ <dd><p class="para">a vector of double, represents the linear coefficients in the equality constraints Aeq⋅x = beq.</p></dd></dt>
<dt><span class="term">lb :</span>
<dd><p class="para">a vector of double, contains lower bounds of the variables.</p></dd></dt>
<dt><span class="term">ub :</span>