//! Combined savings benchmark study (E-Bench).
//!
//! Four-arm experiment harness: Control / Compress / Route / Combined
//! against standard coding benchmarks (HumanEval, MBPP, SWE-bench).
//! Proves lean-ctx multiplicative cost savings with quality retention.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub use PublicationAnalysis;
pub use StudyConfig;
pub use run_study;