deletion_propagation_with_source_side_effects (367B)
1 # Deletion propagation with source side effects 2 3 The case of [deletion_propagation] where we want to find the smallest number of input tuples to [tuple_delete] in order to remove a given [query_answer] 4 5 Special case (for [Boolean_queries]): [query_resilience] 6 7 Up: [deletion_propagation] 8 9 See also: [deletion_propagation_with_view_side_effects] 10 11 Aliases: DPSS, DP_SS