The 3-partition problem is a strongly NP-complete problem in computer science. The problem is to decide whether a given multiset of integers can be partitioned into triplets that all have the same sum. More precisely:
The 3-partition problem remains strongly NP-complete under the restriction that every integer in S is strictly between T/4 and T/2.