disjunctive_normal_form (480B)
1 # Disjunctive normal form (DNF) 2 3 A [Boolean_formula] which is a [disjunction] of [terms] 4 5 - [2dnf] 6 - [pp2dnf] 7 - [disjunctive_normal_form_orthogonal] 8 9 [satisfiability_boolean] for DNF is easy, what is difficult is [validity], i.e., knowing if there exists an assignment which violates the formula 10 11 lower bound on size of DNF relative to [conjunctive_normal_form] 12 13 - [gdnf] 14 15 See also: [conjunctive_normal_form], [karp_luby], [dualization] 16 17 Up: [boolean_formula] 18 19 Aliases: DNF, DNFs