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.
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.