Hypatia.jl
Hypatia.jl copied to clipboard
Change a+im*b to complex(a,b)
This undoes the hack I had done in #831, thanks to jump-dev/JuMP.jl#3734.
Yeah the examples won't run until the next version of JuMP is released, perhaps it's better to wait for that before merging this PR.
You must also change the lower bound of JuMP in any Project.toml
s
That's not possible, JuMP is not a dependency of Hypatia, it's only used in the examples.
Then a separate issue is https://github.com/jump-dev/Hypatia.jl/blob/master/examples/Project.toml
is missing a [compat]
section.
Oh, thanks for finding it! I'll add the necessary [compat]
then when we have the new version of JuMP.
Now with JuMP 1.22 it's working. Could you also tag a new Hypatia release?