I run and the output is:
135.278654 seconds (540.99 M allocations: 24.671 GiB, 76.77% gc time, 0.50% compilation time)
What is the meaning of ```
set_string_names_on_creation(model, false)
I run and the output is:
135.278654 seconds (540.99 M allocations: 24.671 GiB, 76.77% gc time, 0.50% compilation time)
What is the meaning of ```
set_string_names_on_creation(model, false)
See the explanation in Performance tips · JuMP
Got it. Thank you.
There are various things you could probably do to make this problem build faster.
But the bigger question is: should you try to solve a MIP with 10^7 variables on a laptop, and the answer is “no.”