ISmLinearProgramming.IntVec

Syntax

IntVec: Array;

Description

The IntVec property determines the numeric array used to set, which variables are integer ones.

Comments

The length of the IntVec array must be equal to the number of variables.

If value of the IntVec element is equal to 0, the corresponding variable is considered a real one, if it is not equal to 0, it is considered an integer one.

If the IntVec array is not defined, all variables are considered float ones.

Example

The property use is given in the example for ISmLinearProgramming.MethodType.

See also:

ISmLinearProgramming