From d5a0869a7d1482b67f3fd42805948ee30a05eb1e Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 4 Feb 2016 15:36:02 +0530 Subject: Source files --- help/en_US/scilab_en_US_help/sym_setObjCoeff.html | 85 ----------------------- 1 file changed, 85 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sym_setObjCoeff.html (limited to 'help/en_US/scilab_en_US_help/sym_setObjCoeff.html') diff --git a/help/en_US/scilab_en_US_help/sym_setObjCoeff.html b/help/en_US/scilab_en_US_help/sym_setObjCoeff.html deleted file mode 100644 index b8fa629..0000000 --- a/help/en_US/scilab_en_US_help/sym_setObjCoeff.html +++ /dev/null @@ -1,85 +0,0 @@ -
- -Set coefficient of a variable in the objective
sym_setObjCoeff(index,newCoeff)
This function changes the coefficient of a variable in the objective function
Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem
The new coefficient of the variable
Returns 0