//! Graph-theory + optimization core — **MOVED to dwarves**
//! (`dwarves::release_doctor::graph_math`).
//!
//! Doctrine (2026-07-14 — *release is a build op*): nornir no longer performs
//! releases, so the pure release CORE lives in the forge. Tarjan SCC, condensation
//! → publish waves, MFAS cycle-cut ranking, and the invertive remedy planner over
//! the outcome-space Ω now live in [`dwarves::release_doctor::graph_math`]
//! (deterministic, no I/O, extractor-agnostic — the identical implementation).
//!
//! This module is a thin RE-EXPORT so the remaining nornir call sites
//! (`crate::release::graph_math::…`) resolve the single source of truth in dwarves.
pub use *;