Faster algorithms for k -subset sum and variations

Journal of Combinatorial Optimization(2022)

引用 1|浏览4
暂无评分
摘要
We present new, faster pseudopolynomial time algorithms for the k - Subset Sum problem, defined as follows: given a set Z of n positive integers and k targets t_1, … , t_k , determine whether there exist k disjoint subsets Z_1,… ,Z_k ⊆ Z , such that Σ (Z_i) = t_i , for i = 1, … , k . Assuming t = max{ t_1, … , t_k } is the maximum among the given targets, a standard dynamic programming approach based on Bellman’s algorithm can solve the problem in O(n t^k) time. We build upon recent advances on Subset Sum due to Koiliaris and Xu, as well as Bringmann, in order to provide faster algorithms for k - Subset Sum . We devise two algorithms: a deterministic one of time complexity Õ(n^k / (k+1) t^k) and a randomised one of Õ(n + t^k) complexity. Additionally, we show how these algorithms can be modified in order to incorporate cardinality constraints enforced on the solution subsets. We further demonstrate how these algorithms can be used in order to cope with variations of k - Subset Sum , namely Subset Sum Ratio , k - Subset Sum Ratio and Multiple Subset Sum .
更多
查看译文
关键词
Color coding,FFT,k-Subset Sum,Multiple Knapsack,Multiple Subset Sum,Pseudopolynomial algorithms,Subset Sum
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要