Recursively finds all the non-negative integer points x_i : i=1..n such that x_1 + x_2 + ... + x_n = r , where r is an integer
Given a number of dimensions n and an integer r, it finds all the vectors such that .
In test_lattice_plane a graphical and a multidimensional validation is performed.
Now performs only the necessary iterations