Rewriting JuMP code in MathOptInterface

No, you will need to use MOI directly.

From the tests, it looks like you need to use:

model = CDDLib.Optimizer{Rational{BigInt}}()

And make sure all your coefficients are also Rational{BigInt}s.

1 Like