mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
fix double override bug in bv_lookahead, integrate with bv_eval
This commit is contained in:
parent
8de0005ab3
commit
b0eee16109
9 changed files with 128 additions and 56 deletions
|
@ -167,6 +167,10 @@ namespace sls {
|
|||
ctx.flip(lit.var());
|
||||
}
|
||||
|
||||
void bv_plugin::collect_statistics(statistics& st) const {
|
||||
m_eval.collect_statistics(st);
|
||||
}
|
||||
|
||||
std::ostream& bv_plugin::trace_repair(bool down, expr* e) {
|
||||
verbose_stream() << (down ? "d #" : "u #")
|
||||
<< e->get_id() << ": "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue