wiki_research

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

3_partition (275B)


      1 # 3-PARTITION
      2 
      3 Given integers, partition them into triples that have the same value
      4 
      5 [strongly_np_complete] (UNARY-3-PARTITION)
      6 
      7 Hardness proof: [garey_johnson] page 96
      8 
      9 Up: [decision_problem]
     10 
     11 See also: [partition_problem], [4_partition], [3_dimensional_matching_numerical]