mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
change lookahead equivalence filter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c6cb739b44
commit
ef30868ad7
2 changed files with 2 additions and 2 deletions
|
@ -921,7 +921,7 @@ struct sat2goal::imp {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
virtual void operator()(model_ref & md) {
|
||||
TRACE("sat_mc", tout << "before sat_mc\n"; model_v2_pp(tout, *md); display(tout););
|
||||
// REMARK: potential problem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue