Posts by GLMF • 1 point
1 post
-
0
votes0
answers104
viewsQ: MPI running together with Gurobi
I’m trying to make a simple code in c++ which aims to run 1 million PL (linear programming) with the gurobi optimizer using MPI parallel processing. The problem is that when using MPI and Gurobi…