mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
Changed timeout message in binary
This commit is contained in:
parent
ce65f10f9c
commit
74be6cdc9f
1 changed files with 2 additions and 2 deletions
4
main.ml
4
main.ml
|
|
@ -271,8 +271,8 @@ let () =
|
|||
print "Internal error : incorrect *sat* model";
|
||||
exit 4
|
||||
| Out_of_time ->
|
||||
print "Time limit exceeded";
|
||||
print "Timeout";
|
||||
exit 2
|
||||
| Out_of_space ->
|
||||
print "Size limit exceeded";
|
||||
print "Spaceout";
|
||||
exit 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue