Skip to content

Commit 4c4fd82

Browse files
OpenSMT: Add missing package-info file
1 parent 9d46ffc commit 4c4fd82

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)