aboutsummaryrefslogtreecommitdiff
path: root/minimize.py
Commit message (Collapse)AuthorAgeFilesLines
* fix cycle generationFlorian Fischer2025-11-061-16/+38
| | | | | | The current cycle generation did not consider permutations of a combination of vertices. Make all Functions return Iterators to reduce the needed memory size.
* add helper code for future minimize featureFlorian Fischer2025-11-051-0/+170