wiki_research

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

4_partition (238B)


      1 # 4-PARTITION
      2 
      3 Given integers, partition them into quadruples having the same value
      4 
      5 [strongly_np_complete] (UNARY-4-PARTITION)
      6 
      7 [4_partition_hardness_proof]
      8 
      9 See also: [3_partition]
     10 
     11 Up: [decision_problem]
     12 
     13 See also: [partition_problem]