-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels