Skip to content

Z3 smt.arith.solver=1 assertion violation on UFLIA formula in ../src/smt/smt_setup.cpp line 53 #2773

@muchang

Description

@muchang

Hi,
For this formula,

(declare-fun a (Int) Bool)
(declare-fun b () Int)
(assert (forall ((c Int)) (= (= b 0) (a c))))
(push)
(check-sat)

Z3 smt.arith.solver=1 throws out:

ASSERTION VIOLATION
File: ../src/smt/smt_setup.cpp
Line: 53
!m_context.already_internalized()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB

OS: Ubuntu 18.04
Revision: 7b0327d

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