Changes

Jump to navigation Jump to search
==Serial vs Parallel solving many LPs on CPU==
===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 needs 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.
===Testing performance===

Navigation menu