Skip to content

Commit

Permalink
remove linear opt
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 25, 2024
1 parent 7f02ee4 commit 803fd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/sls/sls_arith_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ namespace sls {
if (find_nl_moves(lit))
return true;

if (find_lin_moves(lit))
if (false && find_lin_moves(lit))
return true;


Expand Down

0 comments on commit 803fd2a

Please sign in to comment.