GPLK vs Gurobi speed on simple MIPs

Thanks all for your comments.

I’m running a decomposition algorithm, so I’m solving 100,000s of these small MIPs, instead of a single MIP with 100,000s of binary variables, so the difference in solve time between GLPK and Gurobi really adds up. Given your answers, it seems that GPLK may be the best option for my problem.

Thanks.