Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module and NumPy.

- `src/vse_sim/simulation.py`: orchestration, method presets, and CSV output.
- `src/vse_sim/core.py`: core method API, tallies, ballot caching, and VSE rows.
- `src/vse_sim/methods.py`: voting method and ballot implementations.
- `src/vse_sim/methods/`: voting method and ballot implementations, one module
per method.
- `src/vse_sim/voter_models.py`: voter and electorate models.
- `src/vse_sim/strategies.py`: strategic ballot choosers and media models.
- `src/vse_sim/decorators.py`: local decorators used by the package.
Expand Down
Loading