1
Fork 0
Find a file
prescientmoon 9a1d4e121e
Fix irreducible factorizations not being properly enumerated
The current implementation of `irreducibleFactorisations` skips over
factorizations that only have a non-loop path composed to the right.

+ Add test case showcasing the issue
+ Greatly simplify the implementation of `irreducibleFactorisations`
2026-03-10 20:11:40 +01:00
LICENSES Add license (MPL-2.0) 2025-09-30 16:31:11 +01:00
Sources/LabelledPreorder Fix irreducible factorizations not being properly enumerated 2026-03-10 20:11:40 +01:00
Tests/LabelledPreorderTests Fix irreducible factorizations not being properly enumerated 2026-03-10 20:11:40 +01:00
.gitignore Add license (MPL-2.0) 2025-09-30 16:31:11 +01:00
Package.swift Add license (MPL-2.0) 2025-09-30 16:31:11 +01:00
README.md Handling licensing of documentation 2025-10-04 08:42:20 +01:00

This is part of Project Pterodactyl.