ISmNonLinearOptimization.IntVec

Syntax

IntVec: Array;

Description

The IntVec property determines array of integer variable attributes.

Comments

The property is used on calculation by means of LINDO module.

The array must contain only integer values. If the array element value is 0, the variable is real, if the value is not 0, the variable is integer.

NOTE. Install the LINDO module to use it. For details on the LINDO module and terms of its use see the site www.lindo.com.

Example

The property use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ISmNonLinearOptimization