compact_sets/src
Michael Winter 0698d01d85 Refactor into src/ module with caching and CLI improvements
- Split monolithic compact_sets.py into modular src/ directory
- Add graph caching (pickle + JSON) with --cache-dir option
- Add --output-dir, --rebuild-cache, --no-cache CLI options
- Default seed is now None (random) instead of 42
- Add .gitignore entries for cache/ and output/
2026-03-13 18:38:38 +01:00
..
__init__.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
chord.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
graph.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
harmonic_space.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
io.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
pitch.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00