We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63f1e8 commit 0776041Copy full SHA for 0776041
src/org/sosy_lab/java_smt/solvers/z3/Z3AbstractProver.java
@@ -102,6 +102,7 @@ protected void logSolverStack() throws SolverException {
102
}
103
104
105
+ @SuppressWarnings("resource")
106
@Override
107
public Model getModel() throws InterruptedException {
108
Preconditions.checkState(!closed);
0 commit comments