diff options
author | Harpreet | 2016-02-02 12:43:07 +0530 |
---|---|---|
committer | Harpreet | 2016-02-02 12:43:07 +0530 |
commit | 9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1 (patch) | |
tree | 5429ee8d920dfb06feb2b9c357211e827ec316f9 /help | |
parent | f7c5cbc61d5b52c749824298cfa39a95db2d879c (diff) | |
download | FOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.gz FOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.bz2 FOSSEE-Optimization-toolbox-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.zip |
linprog help updated
Diffstat (limited to 'help')
-rwxr-xr-x | help/en_US/linprog.xml | 1 | ||||
-rw-r--r-- | help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | bin | 8644 -> 8644 bytes | |||
-rw-r--r-- | help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | bin | 304 -> 304 bytes | |||
-rw-r--r-- | help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS | bin | 47502 -> 47520 bytes | |||
-rw-r--r-- | help/en_US/scilab_en_US_help/linprog.html | 3 |
5 files changed, 3 insertions, 1 deletions
diff --git a/help/en_US/linprog.xml b/help/en_US/linprog.xml index 47dd715..c293b7e 100755 --- a/help/en_US/linprog.xml +++ b/help/en_US/linprog.xml @@ -123,6 +123,7 @@ 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 "struct" and contains the following fields. <itemizedlist> +<listitem>lambda.lower: The Lagrange multipliers for variable lower bounds.</listitem> <listitem>lambda.eqlin: The Lagrange multipliers for the linear equality constraints.</listitem> <listitem>lambda.ineqlin: The Lagrange multipliers for the linear inequality constraints.</listitem> </itemizedlist> diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS Binary files differindex 8d14e4f..b948b9f 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS Binary files differindex 070a255..ee68e51 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS Binary files differindex 2019f3f..0bf9a64 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS 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 "struct" 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> |