3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fixes to dt_solver and related

This commit is contained in:
Nikolaj Bjorner 2021-02-27 11:03:20 -08:00
parent f7b1469462
commit 830f314a3f
20 changed files with 250 additions and 187 deletions

View file

@ -397,6 +397,8 @@ namespace euf {
auto* ext = sat::constraint_base::to_extension(idx);
if (ext->get_id() != e.id())
return false;
if (ext->enable_self_propagate())
return false;
}
return true;
}