Getting Started
As a Rust Library
Run cargo add algebraeon in the root of your rust project to add the latest version of Algebraeon to your dependencies in your Cargo.toml
[dependencies]
algebraeon = "0.0.16"
Start by copying one of the example in the next section to get started.
As a Python Library
See the user guide for Algebraeon as a Python module here.