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_isBinary.html | 83 -------------------------- 1 file changed, 83 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sym_isBinary.html (limited to 'help/en_US/scilab_en_US_help/sym_isBinary.html') diff --git a/help/en_US/scilab_en_US_help/sym_isBinary.html b/help/en_US/scilab_en_US_help/sym_isBinary.html deleted file mode 100644 index 904c383..0000000 --- a/help/en_US/scilab_en_US_help/sym_isBinary.html +++ /dev/null @@ -1,83 +0,0 @@ - - - sym_isBinary - - - -
- - - - -
- << sym_isAbandoned - - - Symphony Native Functions - - - sym_isContinuous >> - -
-
-
- - - - FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_isBinary - -

-

sym_isBinary

-

Check if a variable is constrained to be binary

- -

Calling Sequence

-
sym_isBinary(index)
- -

Description

- -

This function checks if a variable is constrained to be binary (0 or 1).

- -

Arguments

- -
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

- -

Return value

- -

Returns 1 if the variable is constrained to be binary and 0 if it is not.

- -

Examples

- -
sym_isBinary(2)
- -

Authors

- -
-
- -
- - - - - - -
Report an issue
- << sym_isAbandoned - - - Symphony Native Functions - - - sym_isContinuous >> - -
-
-
- - -- cgit