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:
parent
7f02ee4263
commit
803fd2a10f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue