You should be able to do it with …
mpopt = mpoption('gurobi.opts.timeLimit', 100);Ray On Mar 15, 2020, at 8:21 AM, Steven G <[email protected]<mailto:[email protected]>> wrote: Dear Matpower users, Gurobi provides a parameter for Matlab API to set time limits (seconds) of the solving process: params.timeLimit = 100; % 100 seconds But can anyone show me how to do this in MOST using mpoption()? Thanks, Steven
