Skip to content

smt.threads smt.random_seed assertion violation at ../src/ast/ast.cpp Line: 1931 #3287

@muchang

Description

@muchang

Hi,
For this formula:

(set-option :smt.threads 2) 
(set-option :smt.random_seed 2) 
(declare-sort E ) 
(declare-fun s () ( Set E ))
(declare-fun t () ( Set E )) 
(declare-fun u () ( Set E )) 
(assert (< (card (union s t )) 13 (card (union s u)) 215)) 
(assert (<= (card s) 48)) 
(check-sat) 

Z3 throws out an assertion violation:

ASSERTION VIOLATION
File: ../src/ast/ast.cpp
Line: 1931
m_ast_table.contains(n)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB

OS: Ubuntu 18.04
Commit: 6f2b569

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