diff options
Diffstat (limited to 'help/en_US/linprog.xml')
-rwxr-xr-x | help/en_US/linprog.xml | 1 |
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> |