Skip to content

Commit

Permalink
do not output detailed symex logging data with -log:1
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jul 17, 2024
1 parent a93c194 commit 1f0a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/lazabs/horn/HornWrapper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ class SymexHornWrapper(unsimplifiedClauses : Seq[Clause],
"----------------------------------- SYMEX " +
"--------------------------------------")

symex.printInfo = true
symex.printInfo = lazabs.GlobalParameters.get.log
symex.solve()
}

Expand Down

0 comments on commit 1f0a06e

Please sign in to comment.