mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
record statistics setting in config_params so that fp engine can access them, fix serialization bug when check-assumptions returns unsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
24b6ff90cd
commit
84c7df75d6
9 changed files with 36 additions and 13 deletions
|
@ -1167,7 +1167,7 @@ struct sat2goal::imp {
|
|||
}
|
||||
|
||||
void operator()(sat::solver & s, atom2bool_var const & map, goal & r, ref<mc> & mc) {
|
||||
if (s.inconsistent()) {
|
||||
if (s.at_base_lvl() && s.inconsistent()) {
|
||||
r.assert_expr(m.mk_false());
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue