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 64ed999 commit 220e08aCopy full SHA for 220e08a
src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5InterpolatingProver.java
@@ -152,7 +152,7 @@ public List<BooleanFormula> getTreeInterpolants(
152
}
153
154
@Override
155
- public synchronized <T> T allSat(AllSatCallback<T> callback, List<BooleanFormula> important) {
+ public <T> T allSat(AllSatCallback<T> callback, List<BooleanFormula> important) {
156
// TODO how can we support allsat in MathSat5-interpolation-prover?
157
// error: "allsat is not compatible wwith proof generation"
158
throw new UnsupportedOperationException(
0 commit comments