mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
change model evaluator to respect resource limits (#5184)
This commit is contained in:
parent
7f8e2a9f75
commit
21e59f7c6e
3 changed files with 6 additions and 5 deletions
|
@ -616,7 +616,6 @@ struct model_evaluator::imp : public rewriter_tpl<mev::evaluator_cfg> {
|
|||
false, // no proofs for evaluator
|
||||
m_cfg),
|
||||
m_cfg(md.get_manager(), md, p) {
|
||||
set_cancel_check(false);
|
||||
}
|
||||
void expand_stores(expr_ref &val) {m_cfg.expand_stores(val);}
|
||||
void reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue