From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- help/en_US/scilab_en_US_help/sym_setVarLower.html | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/sym_setVarLower.html (limited to 'help/en_US/scilab_en_US_help/sym_setVarLower.html') diff --git a/help/en_US/scilab_en_US_help/sym_setVarLower.html b/help/en_US/scilab_en_US_help/sym_setVarLower.html new file mode 100644 index 0000000..4ec0155 --- /dev/null +++ b/help/en_US/scilab_en_US_help/sym_setVarLower.html @@ -0,0 +1,85 @@ + + + sym_setVarLower + + + +
+ + + + +
+ << sym_setStrParam + + + Symphony Toolbox + + + sym_setVarSoln >> + +
+
+
+ + + + Symphony Toolbox >> Symphony Toolbox > sym_setVarLower + +

+

sym_setVarLower

+

Set lower bound of a variable

+ +

Calling Sequence

+
sym_setVarLower(index,newBound)
+ +

Description

+ +

This function changes the lower bound of a variable to a new value

+ +

Arguments

+ +
index +

Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem

+
newBound +

The new lower bound for the variable

+ +

Return value

+ +

Returns 0

+ +

Examples

+ +
sym_setVarLower(2,-%inf)
+ +

Authors

+ +
+
+ +
+ + + + + + +
Report an issue
+ << sym_setStrParam + + + Symphony Toolbox + + + sym_setVarSoln >> + +
+
+
+ + -- cgit