summaryrefslogtreecommitdiff
path: root/help/en_US/linprog.xml
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/linprog.xml
parentf7c5cbc61d5b52c749824298cfa39a95db2d879c (diff)
downloadsymphony-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.gz
symphony-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.tar.bz2
symphony-9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1.zip
linprog help updated
Diffstat (limited to 'help/en_US/linprog.xml')
-rwxr-xr-xhelp/en_US/linprog.xml1
1 files changed, 1 insertions, 0 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>