infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Support Complex Variables and Expressions #300

Closed pulsipher closed 1 year ago

pulsipher commented 1 year ago

JuMP/MOI now support complex variables and constants, we'll need to go through the code and remove the assumption that expressions always use Float64.

pulsipher commented 1 year ago

Repeat of #232