mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
Merge branch 'interp' of https://git01.codeplex.com/z3 into interp
This commit is contained in:
commit
a6d61e3404
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