From 03241d180c9d65fa1e75ceac4c257df44438a1ce Mon Sep 17 00:00:00 2001 From: Harpreet Date: Wed, 24 Feb 2016 16:22:06 +0530 Subject: fmincon examples added --- help/en_US/scilab_en_US_help/sym_setObjSense.html | 83 +++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/sym_setObjSense.html (limited to 'help/en_US/scilab_en_US_help/sym_setObjSense.html') diff --git a/help/en_US/scilab_en_US_help/sym_setObjSense.html b/help/en_US/scilab_en_US_help/sym_setObjSense.html new file mode 100644 index 0000000..69b7093 --- /dev/null +++ b/help/en_US/scilab_en_US_help/sym_setObjSense.html @@ -0,0 +1,83 @@ + + + sym_setObjSense + + + +
+ + + + +
+ << sym_setObjCoeff + + + Symphony Native Functions + + + sym_setPrimalBound >> + +
+
+
+ + + + FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_setObjSense + +

+

sym_setObjSense

+

Set the objective sense

+ +

Calling Sequence

+
sym_setObjSense(sense)
+ +

Description

+ +

This function sets the sense of the objective function (minimization/maximization).

+ +

Arguments

+ +
sense +

The new sense of the objective function. Use sym_minimize or sym_maximize here

+ +

Return value

+ +

Returns 0

+ +

Examples

+ +
sym_setObjSense(sym_minimize)
+ +

Authors

+ +
+
+ +
+ + + + + + +
Report an issue
+ << sym_setObjCoeff + + + Symphony Native Functions + + + sym_setPrimalBound >> + +
+
+
+ + -- cgit