3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

remove linear opt

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-24 18:31:02 -07:00
parent 7f02ee4263
commit 803fd2a10f

View file

@ -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;