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 @@ - - - sym_setObjCoeff - - - -
- - - - -
- << sym_setInteger - - - Symphony Native Functions - - - sym_setObjSense >> - -
-
-
- - - - FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_setObjCoeff - -

-

sym_setObjCoeff

-

Set coefficient of a variable in the objective

- -

Calling Sequence

-
sym_setObjCoeff(index,newCoeff)
- -

Description

- -

This function changes the coefficient of a variable in the objective function

- -

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

-
newCoeff -

The new coefficient of the variable

- -

Return value

- -

Returns 0

- -

Examples

- -
sym_setObjCoeff(2,1.5)
- -

Authors

- -
-
- -
- - - - - - -
Report an issue
- << sym_setInteger - - - Symphony Native Functions - - - sym_setObjSense >> - -
-
-
- - -- cgit