<< sym_setIntParam Symphony Native Functions sym_setObjCoeff >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setInteger

sym_setInteger

This routine is used to set the type of a variable to be integer.

Calling Sequence

sym_setInteger(index)

Description

Arguments

index

The index of the variable type to be modified as integer. Note that, it has to be at most the number of columns.

Return value

Returns 0 if the variable type has been set as integer and 0 if an error value is returned.

Examples

status=sym_setInteger(1)

Authors


Report an issue
<< sym_setIntParam Symphony Native Functions sym_setObjCoeff >>