InfiniteOpt.jl
InfiniteOpt.jl copied to clipboard
Enable Expressions with Complex Numbers
JuMP has started making changes to allow expressions with complex numbers. We should follow suit and enable this in InfiniteOpt. There are a number of places where Float64 is hardcoded in. A generalization would also allow for the use of different number representations (e.g., BigFloat).