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/sym_setObjCoeff.xml | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 help/en_US/sym_setObjCoeff.xml (limited to 'help/en_US/sym_setObjCoeff.xml') diff --git a/help/en_US/sym_setObjCoeff.xml b/help/en_US/sym_setObjCoeff.xml new file mode 100644 index 0000000..5251b4c --- /dev/null +++ b/help/en_US/sym_setObjCoeff.xml @@ -0,0 +1,66 @@ + + + + + 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 + + + Keyur Joshi + + + + + -- cgit