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 0f8e757 commit 1b6f52bCopy full SHA for 1b6f52b
src/org/sosy_lab/java_smt/basicimpl/AbstractProver.java
@@ -80,11 +80,11 @@ protected final void checkGenerateAllSat() {
80
Preconditions.checkState(generateAllSat, TEMPLATE, ProverOptions.GENERATE_ALL_SAT);
81
}
82
83
- private final void checkGenerateUnsatCores() {
+ private void checkGenerateUnsatCores() {
84
Preconditions.checkState(generateUnsatCores, TEMPLATE, ProverOptions.GENERATE_UNSAT_CORE);
85
86
87
- private final void checkGenerateUnsatCoresOverAssumptions() {
+ private void checkGenerateUnsatCoresOverAssumptions() {
88
Preconditions.checkState(
89
generateUnsatCoresOverAssumptions,
90
TEMPLATE,
0 commit comments