IBM ILOG Solver User's Manual > More on Modeling > Using Constrained Floating-Point Variables: Modeling Equations |
Using Constrained Floating-Point Variables: Modeling Equations |
INDEX
![]() |
In this lesson, you will learn how to:
IloExponent
, IloPower
, and IloLog
IloDichotomize
and IloGenerateBounds
Solver allows you to use constrained floating-point variables using the class IloNumVar
. Instances of the class IloNumVar
have a domain represented by an interval of floating-point real numbers. The bounds of the domain are not represented by integers but by doubles defined by C++. Consequently, computations with constrained floating-point variables occur in double precision.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |