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.
1 parent 89138b1 commit f7c3ce5Copy full SHA for f7c3ce5
Project.toml
@@ -1,7 +1,7 @@
1
name = "RootedTrees"
2
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
4
-version = "2.12.1"
+version = "2.12.2"
5
6
[deps]
7
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
src/colored_trees.jl
@@ -188,7 +188,6 @@ end
188
189
Compares two rooted trees based on their level (first) and color (second)
190
sequences while considering equivalence classes given by different root indices.
191
-```
192
"""
193
function Base.:(==)(t1::ColoredRootedTree, t2::ColoredRootedTree)
194
length(t1.level_sequence) == length(t2.level_sequence) || return false
0 commit comments