summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help
diff options
context:
space:
mode:
authorHarpreet2016-02-02 12:43:07 +0530
committerHarpreet2016-02-02 12:43:07 +0530
commit9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1 (patch)
tree5429ee8d920dfb06feb2b9c357211e827ec316f9 /help/en_US/scilab_en_US_help
parentf7c5cbc61d5b52c749824298cfa39a95db2d879c (diff)
downloadFOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.gz
FOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.bz2
FOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.zip
linprog help updated
Diffstat (limited to 'help/en_US/scilab_en_US_help')
-rw-r--r--help/en_US/scilab_en_US_help/JavaHelpSearch/DOCSbin8644 -> 8644 bytes
-rw-r--r--help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETSbin304 -> 304 bytes
-rw-r--r--help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONSbin47502 -> 47520 bytes
-rw-r--r--help/en_US/scilab_en_US_help/linprog.html3
4 files changed, 2 insertions, 1 deletions
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index 8d14e4f..b948b9f 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
Binary files differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index 070a255..ee68e51 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
Binary files differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index 2019f3f..0bf9a64 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
Binary files differ
diff --git a/help/en_US/scilab_en_US_help/linprog.html b/help/en_US/scilab_en_US_help/linprog.html
index c47e448..157265a 100644
--- a/help/en_US/scilab_en_US_help/linprog.html
+++ b/help/en_US/scilab_en_US_help/linprog.html
@@ -100,7 +100,8 @@ It has type "struct" and contains the following fields.
<p class="para">The lambda data structure contains the Lagrange multipliers at the end
of optimization. In the current version the values are returned only when the the solution is optimal.
It has type &#0034;struct&#0034; and contains the following fields.
-<ul class="itemizedlist"><li>lambda.eqlin: The Lagrange multipliers for the linear equality constraints.</li>
+<ul class="itemizedlist"><li>lambda.lower: The Lagrange multipliers for variable lower bounds.</li>
+<li>lambda.eqlin: The Lagrange multipliers for the linear equality constraints.</li>
<li>lambda.ineqlin: The Lagrange multipliers for the linear inequality constraints.</li></ul></p>
<p class="para"></p></div>