diff options
Diffstat (limited to 'examples/xor')
| -rw-r--r-- | examples/xor/xor_argmax.vnnlib | 2 |
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))) |
