Semidefinite programming with BigFloat

I’m looking at the package SDPAFamily.jl which provides access to arbitrary-precision semidefinite programming solvers. The README says that the JuMP interface does not support BigFloat. Is it still possible to somehow use the package “directly”, with BigFloat input / output?

You can use BigFloat through the Convex.jl interface:

2 Likes