RcppAlgos
RcppAlgos copied to clipboard
Tool for Solving Problems in Combinatorics and Computational Mathematics
I was working a full search of Combinatorial caculation, the population about 4000, and I want to find 2 or 3 Combinatorial that satisfy certain condition. I thought RcppAlgos might...
I was wondering if this is possible to implement or something you have thought a bit about? For example, say I make a grid and want to constraints to it...
Hello, First of all, fantastic library, and incredibly fast. Thank you so much for sharing it. I'm really terrible at combinatorics, so my problem may have an obvious answer. Is...
There are many issues in the logic that assumes positive values. For example, there are many places where we check if the first element is zero. The vector is first...
Currently, in the many examples involving `combo/permuteIter`, we take advantage of the fact that they return `FALSE` when iteration is complete, however it isn't documented anywhere. Could we explicitly document...
Is it possible to achieve the results below using either `comboGeneral` or `comboGroups`? (I'm not sure which one is the right function based on the few attempts I've made so...
I reached this repo while looking for R packages for computing multiset partitions, but I may be misunderstanding the documentation. I tried with `partitionsGeneral`, but I don't understand the output....
Using ComboGroups for combination of 4 letter, group into 3 group with size (1, 1, 2). The out put generate the results below. comboGroups(letters[1:4],grpSizes = c(1, 1, 2)) Grp1 Grp2...
Hi Everyone, It looks like the std::make_unique issue has returned in a new install of R 4.4.0. Any advice on how to proceed would be much appreciated. Best, John `...