mirror of
https://github.com/Z3Prover/z3
synced 2026-06-23 00:50:29 +00:00
This commit is contained in:
parent
09ab575d29
commit
64e0e785e7
3 changed files with 6 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue