We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19a573b + c210509 commit 27b9d2cCopy full SHA for 27b9d2c
src/Combinatorics.jl
@@ -1,4 +1,3 @@
1
-VERSION < v"0.7.0-beta2.199" && __precompile__()
2
3
module Combinatorics
4
src/partitions.jl
@@ -473,11 +473,7 @@ end
473
474
#Noncrossing partitions
475
476
-if VERSION >= v"0.7.0-DEV.3251"
477
- const _cmp = cmp
478
-else
479
- const _cmp = lexcmp
480
-end
+const _cmp = cmp
481
482
#Produces noncrossing partitions of length n
483
function ncpartitions(n::Int)
0 commit comments