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 a43d183 commit 5af69e6Copy full SHA for 5af69e6
src/org/sosy_lab/java_smt/solvers/bitwuzla/BitwuzlaTheoremProver.java
@@ -41,8 +41,7 @@ class BitwuzlaTheoremProver extends AbstractProverWithAllSat<Void> implements Pr
41
public boolean terminate() {
42
return proverShutdownManager
43
.getNotifier()
44
- .shouldShutdown(); // shutdownNotifer is defined in the
45
- // superclass
+ .shouldShutdown();
46
}
47
};
48
private final Bitwuzla env;
0 commit comments