InfiniteOpt.jl
InfiniteOpt.jl copied to clipboard
(Dual) Start Values
JuMP now supports specifying dual start values for constraints. Enabling this in InfiniteOpt will require that we create a data structure to store such information, since constraints don't have anything similar to JuMP.VariableInfo.
Update JuMP now supports start values for constraints as well. So we should add that.