nornir 0.5.4

Companion to cargo: dependency tracking, release gating, deploy, benchmarks, and documentation assembly. Project-agnostic.
1
2
3
4
5
6
7
8
9
10
11
12
//! 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 dwarves::release_doctor::graph_math::*;