issues
search
JuliaMath
/
Combinatorics.jl
A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
215
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove export gamma
#168
dgleich
opened
1 month ago
0
would be great to have dominance ordering on partitions
#167
alanedelman
opened
1 month ago
0
Bump julia-actions/cache from 1 to 2
#166
dependabot[bot]
closed
6 months ago
2
iterators like `pemutations` do not support @threads
#165
Marco-Congedo
opened
6 months ago
0
Add `multiset_permutations` method that doesn't require length
#164
oscardssmith
opened
6 months ago
4
Suggestion: combinations as bitmasks
#163
sgaure
opened
6 months ago
0
Bump julia-actions/setup-julia from 1 to 2
#162
dependabot[bot]
closed
6 months ago
3
ci: use codecov token
#161
inkydragon
closed
9 months ago
0
ci: update CI workflow
#160
inkydragon
closed
9 months ago
0
ci: reopen doctest
#159
inkydragon
closed
9 months ago
0
Bump actions/cache from 3 to 4
#158
dependabot[bot]
closed
9 months ago
1
Bump actions/checkout from 3 to 4
#157
dependabot[bot]
closed
9 months ago
1
Bump codecov/codecov-action from 3 to 4
#156
dependabot[bot]
closed
9 months ago
0
Reopen doctest
#155
inkydragon
closed
9 months ago
0
README: Update readme badge
#154
inkydragon
closed
9 months ago
1
ci: fix doc deploy
#153
inkydragon
closed
9 months ago
1
[ci] doc deploy failed
#152
inkydragon
closed
9 months ago
1
`permutations` is less efficient than `multiset_permutations`
#151
FedericoStra
opened
10 months ago
0
Derangements
#150
FedericoStra
opened
10 months ago
1
Improve `factorial(n, k)` performance for `BigInt`
#149
FedericoStra
opened
10 months ago
1
inline iterate method to avoid allocations
#148
GregPlowman
opened
10 months ago
2
Allocations when iterating Combinations
#147
GregPlowman
opened
10 months ago
2
Improve performance of `derangement`/`subfactorial` with iterative implementation
#146
FedericoStra
opened
10 months ago
3
MassInstallAction: Install the CompatHelper workflow on this repository
#145
DilumAluthge
closed
10 months ago
1
Test on latest Julia release as well
#144
iamed2
closed
9 months ago
1
Bug in integer_partitions(0)
#143
laurentbartholdi
opened
12 months ago
0
Compositions
#142
densmojd
opened
1 year ago
1
fix: documentation of `multiset_permutations`
#141
kunzaatko
closed
8 months ago
2
Tuples and Outer
#140
lesobrod
opened
1 year ago
1
Evaluating the Bell polynomials
#139
ignace-computing
opened
1 year ago
1
`integer_partitions(0)` should return `[[]]` instead of `[]`
#138
rben01
opened
1 year ago
0
Levi-Civita call is unhelpful.
#137
andrewkhardy
opened
1 year ago
0
added `Base.eltype()` method for `MultiExponents`
#136
jbshannon
opened
1 year ago
1
Bump codecov/codecov-action from 1 to 3
#135
dependabot[bot]
closed
9 months ago
1
Bump actions/cache from 1 to 3
#134
dependabot[bot]
closed
9 months ago
1
Bump actions/checkout from 2 to 3
#133
dependabot[bot]
closed
9 months ago
1
function nthcomb to match nthperm
#132
ajloza
opened
1 year ago
1
enable dependabot for GitHub actions
#131
ranocha
closed
1 year ago
1
Add tests based on python's itertools
#130
natemcintosh
opened
1 year ago
2
Bugfix: include empty combination
#129
Stivanification
opened
1 year ago
1
RFC: vector partitions
#128
Stivanification
opened
1 year ago
1
Array allocation in iterating over `MultiExponents`
#127
jishnub
opened
1 year ago
3
Reviving #84
#126
mschauer
opened
1 year ago
1
Use inline in the combinations iterator
#125
mschauer
opened
1 year ago
1
Permuted partitions
#124
ParadaCarleton
opened
1 year ago
1
`combination` does not include the empty set
#123
SyxP
opened
2 years ago
0
faster permutations, based on what rdeits suggested
#122
natemcintosh
closed
1 year ago
12
Include reference to "binomial", "n choose k" in documentation
#121
BioTurboNick
opened
2 years ago
0
Combinations of a set of lengths
#120
yuvalwas
opened
2 years ago
0
Bug report: combinations does not work for Sets
#119
schlichtanders
opened
2 years ago
1
Next