aboutsummaryrefslogtreecommitdiff
path: root/examples/xor
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/xor/xor_argmax.vnnlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xor/xor_argmax.vnnlib b/examples/xor/xor_argmax.vnnlib
index d38bc31..d21119b 100644
--- a/examples/xor/xor_argmax.vnnlib
+++ b/examples/xor/xor_argmax.vnnlib
@@ -11,4 +11,4 @@
(assert (or (= X_1 0) (= X_1 1)))
; Violation of argmax equivalence
-(assert (not (= (> Y_0 0.5) (> Y_1 0.5))))
+(assert (and (> Y_0 0.5) (< Y_1 0.5)))