InfiniteOpt.jl icon indicating copy to clipboard operation
InfiniteOpt.jl copied to clipboard

Restrict Infinite Parameters to only use Arrays

Open pulsipher opened this issue 3 years ago • 0 comments

Currently, we allow multi-dimensional infinite parameters to be arbitrary JuMP containers. This adds quite a bit of complexity (e.g., with the use of VectorTuples) and leads to some ambiguous typing. Also, it is not immediately obvious to me when we would actually want to use other containers. Hence, it would be worth it to try out this change to see what performance increases it gives us. From there, we can decide if we should make this change permanent.

pulsipher avatar Feb 26 '22 20:02 pulsipher