aboutsummaryrefslogtreecommitdiff
path: root/xor/xor_strict.vnnlib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xor/xor_strict.vnnlib5
1 files changed, 4 insertions, 1 deletions
diff --git a/xor/xor_strict.vnnlib b/xor/xor_strict.vnnlib
index fcf364e..bead476 100644
--- a/xor/xor_strict.vnnlib
+++ b/xor/xor_strict.vnnlib
@@ -1,9 +1,12 @@
+; Strict Equivalence for XOR
+
+; Constant declaration
(declare-const X_0 Real)
(declare-const X_1 Real)
(declare-const Y_0 Real)
(declare-const Y_1 Real)
-; Discrete inputs: X must be 0 or 1
+; Bounded inputs: X must be 0 or 1
(assert (or (= X_0 0) (= X_0 1)))
(assert (or (= X_1 0) (= X_1 1)))