// ---
// tags: trop, source
// crystal-type: source
// crystal-domain: comp
// ---
//! Tropical semiring arithmetic over u64.
//!
//! (min, +) algebra where a (+) b = min(a, b) and a (*) b = a + b.
//! No additive inverse โ this is a semiring, not a field.
pub use Tropical;
pub use TropMatrix;
pub use kleene_star;
trop/rs/src/lib.rs
ฯ 0.0%