Skip to content

Invalid Model with parallel.enable=true #3576

@wintered

Description

@wintered
[1375] % z3 small.smt2
sat
sat
(error "line 8 column 10: an invalid model was generated")
[1376] % 
[1376] % cat small.smt2
(set-option :model_validate true)
(set-option :parallel.enable true)
(declare-fun a () Int)
(declare-fun b () Int)
(declare-fun c (Int) Int)
(assert (distinct b (c a)))
(check-sat)
(check-sat)
[1377] %

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