gam 0.3.127

Generalized penalized likelihood engine
1
2
3
4
5
6
7
8
9
10
//! The unified certificate contract (task #16).
//!
//! The pure-data certificate contract types (the verdict ladder, the claim /
//! evidence value model, the [`Certificate`] trait, and the
//! [`CertificateLedger`]) were contracted down into the neutral `gam-problem`
//! crate (task #1521) so that lower-tier crates such as `gam-solve` can name
//! them without an upward dependency on this monolith. They are re-exported
//! here unchanged so every existing `crate::inference::certificates::*` path
//! continues to resolve to the same types.
pub use gam_problem::topology_certificates::*;