Skip to content

Commit b6502ed

Browse files
committed
Z3: update list of known interrupts for exceptions.
1 parent f611214 commit b6502ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/org/sosy_lab/java_smt/solvers/z3/Z3FormulaCreator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ class Z3FormulaCreator extends FormulaCreator<Long, Long, Long, Long> {
9898
private static final ImmutableSet<String> Z3_INTERRUPT_ERRORS =
9999
ImmutableSet.of(
100100
"canceled", // Z3::src/util/common_msgs.cpp
101+
"push canceled", // src/smt/smt_context.cpp
102+
"interrupted from keyboard", // Z3: src/solver/check_sat_result.cpp
101103
"Proof error!",
102104
"interrupted", // Z3::src/solver/check_sat_result.cpp
103105
"maximization suspended" // Z3::src/opt/opt_solver.cpp

0 commit comments

Comments
 (0)