1. What are the contributions in "Fast integer programming in fixed dimension" ?
In this paper, it was shown that the optimum of an integer program in fixed dimension can be computed with O ( s ) basic arithmetic operations, where s is the binary encoding length of the input.
read more
2. What is the simplest way to reduce a lattice basis?
Reduction algorithms apply unimodular transformations of a lattice basis from the right, to obtain a basis whose vectors are more and more orthogonal.
read more
3. What is the simplest way to perform the LLL-algorithm?
Let A ∈ Zn×n be a lattice basis and let A0 be the number A0 = max{‖a j‖ | j = 1, . . . ,n}. The LLL-algorithm performs O(n4 logA0) arithmetic operations on rational numbers, whose binary encoding length is O(n log A0).
read more
4. What is the greatest common divisor of two integers?
The greatest common divisor of two integers can be formulated as an integer program in fixed dimension with a fixed number of constraints, see, e.g., [11].
read more
