Skip to content

Commit

Permalink
bugfix ii
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Sep 23, 2024
1 parent 999716c commit f2ba506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/CnfFormula_simplify1.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ simplify_cnf = function(entries, universe) {

# we are now a subset (and most likely were not before)
# ("most likely" because it could probably happen that we re-enter this part through some cascading elimination / propagation)
if (!is_not_subset_of[[meta_idx]][other_meta_idx, is_not_subset_of_col]) next
is_not_subset_of[[meta_idx]][other_meta_idx, is_not_subset_of_col] <<- FALSE
not_subset_count[meta_idx, other_meta_idx] <<- (rowsum = not_subset_count[meta_idx, other_meta_idx] - 1L)
if (rowsum > 2L) next
Expand Down

0 comments on commit f2ba506

Please sign in to comment.