We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now PolyJuMP only seems to support Float64 Models:
using MultiFloats, JuMP, PolyJuMP, SumOfSquares m = GenericModel{Float64x2}() setpolymodule!(m, SumOfSquares)
Gives
ERROR: MethodError: no method matching setpolymodule!(::GenericModel{MultiFloat{Float64, 2}}, ::Module)
This package is quite convenient to use! But my instances are often numerically quite unstable, and require higher precision solvers.
The text was updated successfully, but these errors were encountered:
It shouldn't be hard to do, we just need to replace Model by GenericModel at a few places
Model
GenericModel
Sorry, something went wrong.
No branches or pull requests
Right now PolyJuMP only seems to support Float64 Models:
Gives
This package is quite convenient to use! But my instances are often numerically quite unstable, and require higher precision solvers.
The text was updated successfully, but these errors were encountered: