Skip to content

Commit

Permalink
Merge branch 'feature/word_level_structures' of https://github.com/em…
Browse files Browse the repository at this point in the history
…sec/hal into feature/word_level_structures
  • Loading branch information
SJulianS committed Apr 29, 2024
2 parents 8041b76 + 2420d3d commit 540d744
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/z3_utils/src/simplification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2328,6 +2328,9 @@ namespace hal
const auto [it, _] = cache.insert({e.id(), simplify_res.get()});
res = it->second;

// TODO remove
// return OK(res);

iteration++;
if (iteration > max_loop_iterations)
{
Expand Down

0 comments on commit 540d744

Please sign in to comment.