| Crates.io | groebner |
| lib.rs | groebner |
| version | 0.1.1 |
| created_at | 2025-06-23 11:12:57.286836+00 |
| updated_at | 2025-06-25 09:51:29.584151+00 |
| description | A Rust library implementing Groebner basis algorithms |
| homepage | https://github.com/sdiehl/groebner |
| repository | https://github.com/sdiehl/groebner |
| max_upload_size | |
| id | 1722802 |
| size | 84,178 |
This is an implementation of the F4 and Buchberger algorithm for computing Groebner bases in Rust.
See examples/basic.rs for a usage example.
To use in your project:
cargo add groebner
To run the example, use:
cargo run --example basic
cargo test
The test suite is the full list of known Groebner bases for a variety of large multivariate polynomial systems.
Released under the MIT License. See LICENSE for details.