From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- help/en_US/sym_setVarUpper.xml | 66 ------------------------------------------ 1 file changed, 66 deletions(-) delete mode 100644 help/en_US/sym_setVarUpper.xml (limited to 'help/en_US/sym_setVarUpper.xml') diff --git a/help/en_US/sym_setVarUpper.xml b/help/en_US/sym_setVarUpper.xml deleted file mode 100644 index 286c45f..0000000 --- a/help/en_US/sym_setVarUpper.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setVarUpper - Set upper bound of a variable - - - - Calling Sequence - sym_setVarUpper(index,newBound) - - - - Description - - This function changes the upper 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 upper bound for the variable - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setVarUpper(2,100) - - - - - Authors - - - Keyur Joshi - - - - - -- cgit