OOKAMI v1.0.0
OOKAMI v1.0.0
This is the initial public release of OOKAMI, a Python library for computations in additive and multiplicative combinatorics on finite subsets of ℤ. More information on the project and how to use it is available in the README file.
Highlights
- Core
CombSetdata structure for finite subsets of integers - Sumset, difference set, and product set operations
- Additive and multiplicative representation functions
- Computation of combinatorial invariants (doubling constant, energies, progression checks, etc.)
- Built-in caching for repeated self-operations
Stability
The core functionality is stable, but the public API may evolve in future releases as the project develops. Please use this version for long-term research requiring stability, and clone the git repository directly for development.
Installation
See the README for installation instructions and usage examples.
