<< sym_isInfeasible Symphony Native Functions sym_isIterLimitReached >>

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