Faster algorithms for Frobenius numbers
The electronic journal of combinatorics, Tome 12 (2005)
Cet article a éte moissonné depuis la source The Electronic Journal of Combinatorics website

Voir la notice de l'article

The Frobenius problem, also known as the postage-stamp problem or the money-changing problem, is an integer programming problem that seeks nonnegative integer solutions to $ x_1 a_1 +\cdots + x_n a_n =M$, where $ a_i $ and $M$ are positive integers. In particular, the Frobenius number $f(A)$, where $A=\{ a_i \}$, is the largest $M$ so that this equation fails to have a solution. A simple way to compute this number is to transform the problem to a shortest-path problem in a directed weighted graph; then Dijkstra's algorithm can be used. We show how one can use the additional symmetry properties of the graph in question to design algorithms that are very fast. For example, on a standard desktop computer, our methods can handle cases where $n=10$ and $ a_1 = 10^7$. We have two main new methods, one based on breadth-first search and another that uses the number theory and combinatorial structure inherent in the problem to speed up the Dijkstra approach. For both methods we conjecture that the average-case complexity is $O( a_1 \sqrt{n} )$. The previous best method is due to Böcker and Lipták and runs in time $O( a_1 n)$. These algorithms can also be used to solve auxiliary problems such as (1) find a solution to the main equation for a given value of $M$; or (2) eliminate all redundant entries from a basis. We then show how the graph theory model leads to a new upper bound on $f(A)$ that is significantly lower than existing upper bounds. We also present a conjecture, supported by many computations, that the expected value of $f(A)$ is a small constant multiple of $ \left({1\over2} \, n! \, \Pi A\right)^{1/(n-1)} -\Sigma A$.
DOI : 10.37236/1924
Classification : 11Y50, 05C85, 11D04
Mots-clés : Frobenius numbers, postage-stamp problem, money changing problem
@article{10_37236_1924,
     author = {Dale Beihoffer and Jemimah Hendry and Albert Nijenhuis and Stan Wagon},
     title = {Faster algorithms for {Frobenius} numbers},
     journal = {The electronic journal of combinatorics},
     year = {2005},
     volume = {12},
     doi = {10.37236/1924},
     zbl = {1077.11085},
     url = {http://geodesic.mathdoc.fr/articles/10.37236/1924/}
}
TY  - JOUR
AU  - Dale Beihoffer
AU  - Jemimah Hendry
AU  - Albert Nijenhuis
AU  - Stan Wagon
TI  - Faster algorithms for Frobenius numbers
JO  - The electronic journal of combinatorics
PY  - 2005
VL  - 12
UR  - http://geodesic.mathdoc.fr/articles/10.37236/1924/
DO  - 10.37236/1924
ID  - 10_37236_1924
ER  - 
%0 Journal Article
%A Dale Beihoffer
%A Jemimah Hendry
%A Albert Nijenhuis
%A Stan Wagon
%T Faster algorithms for Frobenius numbers
%J The electronic journal of combinatorics
%D 2005
%V 12
%U http://geodesic.mathdoc.fr/articles/10.37236/1924/
%R 10.37236/1924
%F 10_37236_1924
Dale Beihoffer; Jemimah Hendry; Albert Nijenhuis; Stan Wagon. Faster algorithms for Frobenius numbers. The electronic journal of combinatorics, Tome 12 (2005). doi: 10.37236/1924

Cité par Sources :