3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 03:27:52 +00:00

align updated version of lookahead with legacy heuristics

This commit is contained in:
Nikolaj Bjorner 2024-12-29 21:22:32 -08:00
parent 6ea68310c9
commit d81de1a67e
4 changed files with 257 additions and 145 deletions

View file

@ -27,9 +27,7 @@ namespace sls {
ctx(ctx)
{}
void bv_fixed::init() {
return;
void bv_fixed::init() {
for (auto e : ctx.subterms())
set_fixed(e);