MATLAB: Intlinprog does not stop at time limit

intlinprogtimelimit

Hi, I'm trying to implement intlinprog function in a my iterative procedure and I'm imposing time limit at 120s in order to impose a stop criteria for intlinprog in each iteration. However sometime the time limit is not respected (intlinprog execute for much more than 120s) and Matlab (2015b on MacOs) seems blocked. Any suggestion about the reason of this behaviour? Thanks. Paolo.

Best Answer

It won't generate new subproblems after MaxTime but existing ones will still finish.
Related Question