Is “K partitions” the same as “K permutations”?

https://docs.factorcode.org/content/word-__lt__k-permutations__gt__,math.combinatorics.html



> On Apr 25, 2020, at 6:46 PM, Luca Di Sera <bloodtype.si...@gmail.com> wrote:
> 
> 
> I was studying Unger's Parsers and was in need of a way to generate the 
> k-partitions of the input string.
> 
> I wasn't able to find it neither in math.combinatorics,splitting, grouping or 
> by a general search.
> I'm currently working on implementing one myself from the integer 
> partitioning in this paper ( 
> http://www.nakano-lab.cs.gunma-u.ac.jp/Papers/e90-a_5_888.pdf ) but would 
> gladly use something that is already present in factor.
> 
> So, is there any word ( or simple combination of words ) that I'm somehow 
> missing that will let me build the k-partitions of a sequence/string?
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to