RcppAlgos icon indicating copy to clipboard operation
RcppAlgos copied to clipboard

Tool for Solving Problems in Combinatorics and Computational Mathematics

Results 11 RcppAlgos issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This works: ``` library(RcppAlgos) x

enhancement

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...

enhancement

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...

bug
good first issue

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 `...