Skip to content

fp.xform.quantify_arrays horn Assertion violation at ../src/muz/base/dl_rule_set.cpp Line: 369 #3863

@muchang

Description

@muchang

Hi,
For this formula:

(set-option :fp.xform.quantify_arrays true)
(declare-fun b ((Array Int Int)) Bool)
(assert (forall ((a (Array Int Int))) (b a)))
(assert (forall ((a (Array Int Int))) (=> (b a) (b a))))
(assert (forall ((a (Array Int Int))) (not (b a))))
(check-sat-using horn)

Z3 throws out an assertion violation:

Failed to verify: close()
ASSERTION VIOLATION
File: ../src/muz/base/dl_rule_set.cpp
Line: 369
UNREACHABLE CODE WAS REACHED.
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB

OS: Ubuntu 18.04
Commit: 5c9fd90

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