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