You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to jump-dev/JuMP.jl#3980 (comment), we should define set_forward_constraint_function etc.. that do the reshape and call moi_function and not do it in MOI.set like
According to jump-dev/JuMP.jl#3980 (comment), we should define
set_forward_constraint_functionetc.. that do the reshape and callmoi_functionand not do it inMOI.setlikeDiffOpt.jl/src/jump_moi_overloads.jl
Line 21 in 43a8226