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_isInteger.html | 77 +++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/sym_isInteger.html (limited to 'help/en_US/scilab_en_US_help/sym_isInteger.html') diff --git a/help/en_US/scilab_en_US_help/sym_isInteger.html b/help/en_US/scilab_en_US_help/sym_isInteger.html new file mode 100644 index 0000000..3843b5b --- /dev/null +++ b/help/en_US/scilab_en_US_help/sym_isInteger.html @@ -0,0 +1,77 @@ + + + sym_isInteger + + + +
+ + + + +
+ << sym_isInfeasible + + + Symphony Native Functions + + + sym_isIterLimitReached >> + +
+
+
+ + + + FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_isInteger + +

+

sym_isInteger

+ +

Check if a variable is constrained to be an integer

+ +

Calling Sequence

+ +
sym_isInteger(index)
+ +

Description

+ +

This function checks if a variable is constrained to be an integer.

+

index : Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem

+ +

Examples

+ +
sym_isInteger(2)
+ +

Authors

+ +
+
+ +
+ + + + + + +
Report an issue
+ << sym_isInfeasible + + + Symphony Native Functions + + + sym_isIterLimitReached >> + +
+
+
+ + -- cgit