Skip to content

Invalid model fp.engine spacer, horn #4050

@wintered

Description

@wintered
[586] % z3-4.8.7 small.smt2
sat
[587] % z3 small.smt2
sat
(error "line 6 column 46: an invalid model was generated")
[588] % 
[588] % cat small.smt2
(set-option :fp.engine spacer)
(set-option :model_validate true)
(declare-fun a () Int)
(declare-fun b () Int)
(assert (= a b))
(check-sat-using (then reduce-invertible horn))
[589] %

OS: Ubuntu 18.04
Commit: dd064a5

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