Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-12 | fix clone not changing the root | JSDurand | |
Previously cloning a node does not alter the root of the forest, while it should alter the root if the cloned node was the root. This would affect how we compare the equalities of forests. It indeed resulted in anomalies that were hard to solve. | |||
2023-02-12 | Added the functionality of split or clone. | JSDurand | |
I need more than the ability to clone nodes: I also need to split the nodes. Now this seems to be correctly added. |