Say we have a MIP problem. Currently, when aborting the running job, it does not return the best solution found so far. Would be nice to have the results plus the info that the job was aborted by the user.
Answer by Xavier Nodet (327) | Nov 12, 2015 at 04:58 AM
The DOcloud platform was improved to make sure that the last intermediate solution is made available even if the job is aborted. But this may have been implemented only after you asked the question.
Answer by Daniel Godard (16) | Jun 18, 2015 at 09:29 AM
Actually, the results are available in the console.
Answer by DanielJunglas (2813) | Jun 22, 2015 at 03:09 AM
Sorry, I am not clear whether your problem is solved or not. In case it is not, what exactly are you doing with the REST API? After you aborted the job, do you wait until the job enters its terminal state? Abortion of the job may not be instantaneous, so the best solution may not be available instantaneously either.