Skip to content

Commit

Permalink
SR AssertionError
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Apr 4, 2024
1 parent e042221 commit 80b2703
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 @@ -87,7 +87,8 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) savilerowInfoText runso
"Error: syntax error, unexpected ]]", -- cplex
"*** Check failure stack trace: ***", -- or-tools
"Error: evaluation error: Index set mismatch.",
"Maximum memory exceeded" -- for when runsolver prints this message but won't set MEMOUT=true for some reason
"Maximum memory exceeded", -- for when runsolver prints this message but won't set MEMOUT=true for some reason
"Savile Row killed by: java.lang.AssertionError"
]
] =
Error
Expand Down

0 comments on commit 80b2703

Please sign in to comment.