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:
parent
6ea68310c9
commit
d81de1a67e
4 changed files with 257 additions and 145 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue