Use Float64
instead of Int
coefficients in A
and b
. This is slight usability bug from the MathOptInterface perspective, but isn’t visible from JuMP since it automatically converts values to Float64
s.
Use Float64
instead of Int
coefficients in A
and b
. This is slight usability bug from the MathOptInterface perspective, but isn’t visible from JuMP since it automatically converts values to Float64
s.