Skip to content

horn Assertion violation at ../src/ast/proofs/proof_checker.cpp Line: 539 #3839

@muchang

Description

@muchang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions