Changes

Jump to navigation Jump to search
m
==Serial vs Parallel solving many LPs on CPU==
===Use Using a function wrapper for Gurobi===
I manage to call Gurobi solvers on many LP problems in a parallel manner. To accomplish this, one need to wrap the LP solving part into a function, and call this function inside the parfor. See [[File:parallel gurobi.pdf]] for a (lazy) example.

Navigation menu