3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-23 00:50:29 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-08-21 18:28:07 -07:00
parent 09ab575d29
commit 64e0e785e7
3 changed files with 6 additions and 0 deletions

View file

@ -98,6 +98,7 @@ namespace mbp {
bool project_plugin::reduce(model_evaluator& eval, model& model, expr* fml, expr_ref_vector& fmls) {
expr* nfml, * f1, * f2, * f3;
expr_ref val(m);
model.set_inline();
if (m.is_not(fml, nfml) && m.is_distinct(nfml))
push_back(fmls, pick_equality(m, model, nfml));
else if (m.is_or(fml)) {