Skip to content

Commit

Permalink
Z3: update list of known interrupts for exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Jun 12, 2023
1 parent f611214 commit b6502ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/sosy_lab/java_smt/solvers/z3/Z3FormulaCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ class Z3FormulaCreator extends FormulaCreator<Long, Long, Long, Long> {
private static final ImmutableSet<String> Z3_INTERRUPT_ERRORS =
ImmutableSet.of(
"canceled", // Z3::src/util/common_msgs.cpp
"push canceled", // src/smt/smt_context.cpp
"interrupted from keyboard", // Z3: src/solver/check_sat_result.cpp
"Proof error!",
"interrupted", // Z3::src/solver/check_sat_result.cpp
"maximization suspended" // Z3::src/opt/opt_solver.cpp
Expand Down

0 comments on commit b6502ed

Please sign in to comment.