Closed sthiele closed 4 years ago
Do you know if this is this somewhere documented?
Couldn't find it in the user guide. Probably @rkaminsk or @BenKaufmann know more about it. For sat solver competitions I found this: http://www.satcompetition.org/2004/format-solvers2004.html
Let's not start the discussion whether such kind exit codes are good or bad. The best documentation you find probably here: https://github.com/potassco/clasp/issues/42
I see thank you.
I think (just guessing) that clasp is not conformant with linux return numbers but with SAT solvers. This mens 10 (model found), 20 UNSAT, and some other things...