summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-03 22:07:38 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-03 22:07:38 +0000
commitc5000befcf95c03a42a2f73a40c3dac6dc3492be (patch)
tree4a87ace04da1c62d1474673d485843d820e5cbd8 /examples
parent40253236078988fecc3becd2619dd5ccad5e3077 (diff)
user push/pop support in minisat and simplification; also bindings work
Diffstat (limited to 'examples')
-rw-r--r--examples/SimpleVCCompat.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/SimpleVCCompat.java b/examples/SimpleVCCompat.java
index 107b5504e..aa28a423b 100644
--- a/examples/SimpleVCCompat.java
+++ b/examples/SimpleVCCompat.java
@@ -39,6 +39,8 @@ import cvc3.*;
public class SimpleVCCompat {
public static void main(String[] args) {
+ //System.loadLibrary("cvc4bindings_java_compat");
+
ValidityChecker vc = ValidityChecker.create();
// Prove that for integers x and y:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback