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

re-enable fixed tabu

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-01-05 11:49:12 -08:00
parent 6b17862886
commit f6e3c5ae79
4 changed files with 13 additions and 9 deletions

View file

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