Skip to content

OOKAMI v1.0.0

Choose a tag to compare

@algebraity algebraity released this 30 Jan 21:30
· 35 commits to main since this release

OOKAMI logo

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 CombSet data 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.