Skip to content

Commit

Permalink
Lazy -> full
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 22, 2023
1 parent e7f9eca commit 5b09d02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun complexPortfolio24(
)

if (traitsTyped.multithreaded) {
baseConfig = baseConfig.copy(search = Search.DFS, porLevel = POR.AASPOR, pruneStrategy = PruneStrategy.LAZY,
baseConfig = baseConfig.copy(search = Search.DFS, porLevel = POR.AASPOR, pruneStrategy = PruneStrategy.FULL,
coi = ConeOfInfluenceMode.COI)

if (propertyTyped == ErrorDetection.DATA_RACE) {
Expand Down

0 comments on commit 5b09d02

Please sign in to comment.