Subset Sum in O(n^16log(n))

03/20/2022
by   Rion Tolchin, et al.
0

This extensive revision of my paper "Description of an O(poly(n)) Algorithm for NP-Complete Combinatorial Problems" will dramatically simplify the content of the original paper by solving subset-sum instead of 3-SAT. I will first define the "product-derivative" method which will be used to generate a system of equations for solving unknown polynomial coefficients. Then I will describe the "Dragonfly" algorithm usable to solve subset-sum in O(n^16log(n)) which is itself composed of a set of symbolic algebra steps on monic polynomials to convert a subset, S_T, of a set of positive integers, S, with a given target sum, T into a polynomial with roots corresponding to the elements of S_T.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/07/2019

Equal-Subset-Sum Faster Than the Meet-in-the-Middle

In the Equal-Subset-Sum problem, we are given a set S of n integers and ...
research
03/14/2020

A novel and efficient algorithm to solve subset sum problem

In this paper we suggest analytical methods and associated algorithms fo...
research
02/26/2018

On Strong NP-Completeness of Rational Problems

The computational complexity of the partition, 0-1 subset sum, unbounded...
research
06/04/2020

On subset sum problem in branch groups

We consider a group-theoretic analogue of the classic subset sum problem...
research
04/26/2022

Lattices Without a Big Constant and With Noise

We show how Frieze's analysis of subset sum solving using lattices can b...
research
07/07/2018

New Algorithms for Subset Sum Problem

Given a set (or multiset) S of n numbers and a target number t, the subs...
research
05/24/2021

Efficient Reporting of Top-k Subset Sums

The "Subset Sum problem" is a very well-known NP-complete problem. In th...

Please sign up or login with your details

Forgot password? Click here to reset