Skip to content

qffd smt parallel Invalid model on QF_LRA formula  #3733

@muchang

Description

@muchang

Hi,
For this formula:

(set-option :model_validate true)
(declare-fun a () Real)
(assert (= a 1))
(check-sat-using (then qffd smt))

Z3 parallel.enable=true gives an invalid model:

[568] % z3 small.smt2
sat
[569] % z3 parallel.enable=true small.smt2
failed to verify: (= a 1.0)
evaluated to false
(params override_incremental true keep_cardinality_constraints true pb.solver solver xor_solver false inprocess.max 2 restart.max 5000 lookahead_simplify true retain_blocked_clauses false max_conflicts 4294967295)
(= a 1.0) |-> 0
sat
(error "line 4 column 32: an invalid model was generated")
[570] % 
[570] % cat small.smt2
(set-option :model_validate true)
(declare-fun a () Real)
(assert (= a 1))
(check-sat-using (then qffd smt))
[571] %

OS: Ubuntu 18.04
Commit: f447292

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