Skip to content

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

License

Notifications You must be signed in to change notification settings

segmentation-fault/lattice_sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lattice_sum

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

Scope

Given a number of dimensions n and an integer r, it finds all the vectors equation such that equation.

Validation

In test_lattice_plane a graphical and a multidimensional validation is performed.

Changelog

Now performs only the necessary iterations

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages