Hello,
I'm using YALMIP together with Gurobi solver to optimize my problem. How can I make Yalmip/Gurobi run as a parallel process?
For e.g., if we're using matlab's optimization toolbox we can do this by:
options = optimoptions(options, 'UseParallel', 'always');
Is there a similar way to do it for Yalmip/Gurobi?
Thanks