-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels