mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fixed model completion problem in duality
This commit is contained in:
parent
40fe1f6e99
commit
c21cd6ffa5
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ namespace Duality {
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
expr eval(expr const & n, bool model_completion=false) const {
|
expr eval(expr const & n, bool model_completion=true) const {
|
||||||
::model * _m = m_model.get();
|
::model * _m = m_model.get();
|
||||||
expr_ref result(ctx().m());
|
expr_ref result(ctx().m());
|
||||||
_m->eval(n, result, model_completion);
|
_m->eval(n, result, model_completion);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue