//! Graph operators (ALGO-OP-*). Phase 1: `simplify` (remove loops and/or
//! parallel edges, returning a new [`crate::Graph`]).
// `pub(crate)` so the inner module names don't double-list with the
// function re-exports in rustdoc.
pub
pub
pub
pub
pub
pub
pub
pub use complementer;
pub use difference;
pub use ;
pub use intersection;
pub use is_same_graph;
pub use simplify;
pub use union;