wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

kcnf (221B)


      1 # k-CNF
      2 
      3 A [conjunctive_normal_form] [boolean_formula] where every [clause] contains k [literals] (or "at most k" = [clause_width] bounded by k)
      4 
      5 - [2cnf]
      6 - [3cnf]
      7 
      8 Up: [conjunctive_normal_form]
      9 
     10 See also: [clause_width]