ultimatepp/bazaar/STEM4U/Permutations.h
koldo e02ed503d6 STEM4U: Added TSP and permutations
git-svn-id: svn://ultimatepp.org/upp/trunk@14842 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-20 10:18:13 +00:00

10 lines
182 B
C++

#ifndef _STEM4U_Permutations_h_
#define _STEM4U_Permutations_h_
namespace Upp {
Buffer<Buffer<int>> PermutationsWithRepetition(int nVals, int nOptionsVal);
}
#endif