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:
parent
6b17862886
commit
f6e3c5ae79
4 changed files with 13 additions and 9 deletions
|
@ -30,7 +30,7 @@ namespace sls {
|
|||
|
||||
void bv_fixed::init() {
|
||||
|
||||
return;
|
||||
//return;
|
||||
|
||||
for (auto e : ctx.subterms())
|
||||
set_fixed(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue