Skip to content

Assertion violation at ../src/smt/smt_internalizer.cpp: 357 #3574

@wintered

Description

@wintered
% z3-9be7bda bug.smt2
ASSERTION VIOLATION
File: ../src/smt/smt_internalizer.cpp
Line: 357
!gate_ctx
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
ASSERTION VIOLATION
File: ../src/ast/ast.h
Line: 932
is_app(n)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
% cat bug.smt2
(set-option :smt.arith.eager_eq_axioms false) 
(set-option :trace true) 
(set-option :smt.arith.propagate_eqs false) 
(declare-fun n () Int) 
(declare-fun x () Int) 
(assert (> n 4)) 
(assert (>= (div 95 x n) n)) 
(check-sat)  

OS: Ubuntu 18.04
Commit: 9be7bda

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