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 9d46ffc commit 4c4fd82Copy full SHA for 4c4fd82
src/org/sosy_lab/java_smt/solvers/opensmt/interpolationAlgorithms/package-info.java
@@ -0,0 +1,12 @@
1
+/*
2
+ * This file is part of JavaSMT,
3
+ * an API wrapper for a collection of SMT solvers:
4
+ * https://github.com/sosy-lab/java-smt
5
+ *
6
+ * SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
7
8
+ * SPDX-License-Identifier: Apache-2.0
9
+ */
10
+
11
+/** Supported interpolation algorithms. */
12
+package org.sosy_lab.java_smt.solvers.opensmt.interpolationAlgorithms;
0 commit comments