Skip to content

Commit

Permalink
catch a runsolver memout message
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Apr 2, 2024
1 parent 4870b33 commit e042221
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 @@ -86,7 +86,8 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) savilerowInfoText runso
"kissat: fatal error: maximum arena capacity", -- kissat
"Error: syntax error, unexpected ]]", -- cplex
"*** Check failure stack trace: ***", -- or-tools
"Error: evaluation error: Index set mismatch."
"Error: evaluation error: Index set mismatch.",
"Maximum memory exceeded" -- for when runsolver prints this message but won't set MEMOUT=true for some reason
]
] =
Error
Expand Down

0 comments on commit e042221

Please sign in to comment.