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