Open GustavBjordal opened 4 years ago
The reason is that there is no such option, neither in OptiMathSAT
nor in fzn2omt
.
In the case that that you look for a workaround, you may want to use the timeout
command in linux with SIGKILL
and not SIGINT
.
I am keeping this issue open as a reminder to address it.
This might be hard to reproduce, but I am experiencing an issue where optimathsat keep running after the given time limit.
So after running
minizinc --solver optimathsat_int --time-limit 10000 hardToSatisfy.mzn
, wherehardToSatisfy.mzn
is some hard-to-satisfy model, the optimathsat process keeps on running in the background. I am guessing the python script might not send the termination signal to optimathsat?I am running on ubuntu 16.