Skip to content

Commit bab58f1

Browse files
committed
- refactored
1 parent f2d4b80 commit bab58f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/utils/ParseGenerateAndReparse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public static boolean checkNativeParseAndIsUnsat(Solvers solver, String smt2)
121121
case Z3: return nativeZ3ParseAndIsUnsat(smt2);
122122
case MATHSAT5: return nativeMathSatParseAndIsUnsat(smt2);
123123
case BITWUZLA: return nativeBitwuzlaParseAndIsUnsat(smt2);
124+
default: throw new SolverException("Unsupported solver: " + solver);
124125
}
125-
throw new SolverException("Unsupported solver: " + solver);
126126
}
127127

128128
public static boolean nativeZ3ParseAndIsUnsat(String smt2) {

0 commit comments

Comments
 (0)