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 195258d commit 4f4bad4Copy full SHA for 4f4bad4
src/org/sosy_lab/java_smt/api/visitors/BooleanFormulaVisitor.java
@@ -41,6 +41,7 @@ public interface BooleanFormulaVisitor<R> {
41
* FormulaVisitor#visitQuantifier}.
42
*/
43
@Deprecated(since = "2025.07, because bound variables are never created or used in the visitor")
44
+ @SuppressWarnings("unused")
45
default R visitBoundVar(BooleanFormula var, int deBruijnIdx) {
46
throw new UnsupportedOperationException(
47
"Bound variables are no longer explicitly visited in JavaSMT. "
0 commit comments