morok-schedule 0.1.0-alpha.2

Optimization passes and pattern engine for the Morok ML compiler
Documentation
1
2
3
4
5
6
7
8
9
//! Property-based tests for symbolic optimization and rangeify.
//!
//! Uses proptest to verify algebraic laws, metamorphic properties,
//! and multi-oracle correctness.

#[cfg(feature = "z3")]
mod oracles;
mod symbolic_meta;
mod symbolic_props;