All Permutations of integers with sum criteria
This function provides all combinations of integer vector that must verify a criteria on the sum.
Supported criteria is
sum(v) == L1
sum(v) <= L1
sum(v) < L1
Citation pour cette source
Bruno Luong (2025). All Permutations of integers with sum criteria (https://www.mathworks.com/matlabcentral/fileexchange/17818-all-permutations-of-integers-with-sum-criteria), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Elementary Math > Polynomials >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.5.01.0 | Fix BUG for AllVL1(1,1) that returns incorrect result |
||
1.5.0.0 | + non-recursive engine |
||
1.2.0.0 | Correct a bug when the number of solutions is inquired |
||
1.1.0.0 | Possibility to get the number of permutations to check feasibility |
||
1.0.0.0 | Add H1 line as suggested by John D'Errico |