Skip to content

Commit

Permalink
catch one more kissat error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Mar 16, 2024
1 parent a5163f0 commit 197fd8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Conjure/UI/SolveStats.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) rawInfo = do
"Check failed: ParseFlatzincFile",
"parse error: unexpected end-of-file after parsing number of clauses",
"error: Cannot open file",
"kissat: error: can not read"
"kissat: error: can not read",
"kissat: fatal error: maximum arena capacity"
]
] =
Error
Expand Down

0 comments on commit 197fd8b

Please sign in to comment.