mod linear_domain_computes_bitset_and_scalar_slots;
mod linear_domain_rejects_scalar_slot_overflow;
mod csr_graph_rejects_mismatched_masks;
mod csr_graph_normalizes_rows_for_shared_cache_keys;
mod csr_graph_singleton_rows_normalize_without_sort_scratch_growth;
mod csr_graph_sorted_unique_multi_rows_bypass_sort_scratch;
mod csr_graph_normalizes_into_caller_owned_buffers_without_reallocating;
mod csr_graph_masks_edge_kinds_during_normalization_without_prefilter;
mod csr_graph_preserves_zero_mask_singletons_during_normalization;
mod masked_normalization_drops_edges_that_cannot_fire;
use super::*;