How many digits that gurobi continuous variable uses?
AnsweredHi Gurobi community,
I saw Gurobi.INTEGER is taking 32 bits to represent the value of variable. Thus, I am asking for the number of digits that a Gurobi.CONTINUOUS variable will take to represent a floating point number. Is it 128 bits?
Best
Yifeng
0
-
Gurobi uses the standard IEE 754 double-precision format, which should amount to 64bits. See: https://www.gurobi.com/documentation/current/refman/real_numbers_are_not_real.html
0
Please sign in to leave a comment.
Comments
1 comment