3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove also second hash-table for ALIVE_OPT #4747

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-10-27 00:11:12 -07:00
parent f3147d6e22
commit e962deb557
6 changed files with 26 additions and 12 deletions

View file

@ -85,7 +85,7 @@ struct solver::imp {
throw;
}
}
TRACE("arith",
TRACE("nra",
m_nlsat->display(tout << r << "\n");
display(tout);
for (auto kv : m_lp2nl)