Hi,
For this formula:
(assert
(forall ((a Int))
(forall ((b Int))
(exists ((c Int))
(xor and (= (div 82 a) c) (<= 129 b)
(exists ((bb Int)) (xor (= (* 32 bb) c) (< 107 b))))))))
(check-sat-using horn)
Z3 throws out an assertion violation:
ASSERTION VIOLATION
File: ../src/ast/proofs/proof_checker.cpp
Line: 539
UNREACHABLE CODE WAS REACHED.
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
OS: Ubuntu 18.04
Commit: cb13641
Hi,
For this formula:
Z3 throws out an assertion violation:
OS: Ubuntu 18.04
Commit: cb13641