ICalcLinearOptimizationBlock.UseInteger

Syntax

UseInteger: Boolean;

Description

The UseInteger property determines whether integer variables are used.

Comments

Available values:

When integer variables are used, an integer linear optimization task is solved. This problem is applied if controlling variables are atomic. For example, integer controlling variable is the number of cars in a transportation company. A car cannot be divided into two halves that is why it is atomic.

Example

The property use is given in the example for ICalcLinearOptimizationBlock.Database.

See also:

ICalcLinearOptimizationBlock