summaryrefslogtreecommitdiff
path: root/examples/api/java/UnsatCores.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/java/UnsatCores.java')
-rw-r--r--examples/api/java/UnsatCores.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/api/java/UnsatCores.java b/examples/api/java/UnsatCores.java
index 65c01cf5a..6478aea5c 100644
--- a/examples/api/java/UnsatCores.java
+++ b/examples/api/java/UnsatCores.java
@@ -14,7 +14,7 @@
** An example of interacting with unsat cores using CVC4's Java API.
**/
-import edu.nyu.acsys.CVC4.*;
+import edu.stanford.CVC4.*;
import java.util.Iterator;
public class UnsatCores {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback