UseInteger: Boolean;
The UseInteger property determines whether integer variables are used.
Available values:
True. Integer variables are used.
False. Default value. Integer variables are not used.
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.
The property use is given in the example for ICalcLinearOptimizationBlock.Database.
See also: