Memory Allocation JuMP constraint!

Hi @musman, since your last post was a few months ago, please read Please read: make it easier to help you. It’s easier to help if you can provide a minimal working example that others can copy-paste.

Is this a bottleneck in your code?

It seems like the 7,680 times this line was called only took 13.5 ms? The 27 MiB is also not that much, and slightly misleading because it isn’t the peak allocation, but the total of all allocations (i.e., it counts temporary allocations).

1 Like