Hey,
I am kinda re-iterating on https://github.com/JuliaOpt/JuMP.jl/issues/958. The application I had in mind with when opening the issue was a large-scale binary assignment problem where most of the coefficients are integrals. Such problems arise, e.g., in statistics when you consider optimal exact tests for discrete outcomes. Essentially any expensive function for coefficient computation results in the problem, that model creation takes huge amounts of time and coefficient computation could easily be run in parallel. So, there shouldn’t be any major issues with allowing the JuMP macros to run in parallel, should there?