From 9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 2 Feb 2016 12:43:07 +0530 Subject: linprog help updated --- help/en_US/linprog.xml | 1 + help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 8644 -> 8644 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 304 -> 304 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 47502 -> 47520 bytes help/en_US/scilab_en_US_help/linprog.html | 3 ++- 5 files changed, 3 insertions(+), 1 deletion(-) (limited to 'help') 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. +lambda.lower: The Lagrange multipliers for variable lower bounds. lambda.eqlin: The Lagrange multipliers for the linear equality constraints. lambda.ineqlin: The Lagrange multipliers for the linear inequality constraints. 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 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS 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 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS 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 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS 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.

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. -