bin.packing             Enumeration of all existing solutions for
                        one-dimensional bin-packing problem
get.knapsack            Enumeration of all existing nonnegative integer
                        solutions for unbounded, bounded and 0-1
                        knapsack and subset sum problems
get.partitions          Additive partitioning of natural numbers
get.subsetsum           Enumeration of all existing 0-1 and bounded
                        solutions of a subset sum problem
nilde-package           Nonnegative Integer Solutions of Linear
                        Diophantine Equations with Applications
nlde                    Enumeration of all existing nonnegative integer
                        solutions of a linear Diophantine equation
print.partitions        Print partitions object.
tsp_solver              Travelling salesperson problem solver
