Skip to main content

Module types

Module types 

Source
Expand description

Core types for spectral graph sparsification.

This module defines the configuration, scoring, audit, and statistics types used throughout the crate. The main graph type [SparseGraph] lives in the graph module.

Structsยง

AuditResult
Result of a spectral audit comparing the sparsifier against the full graph.
EdgeImportance
Importance score for a single edge combining effective resistance and weight information.
SparsifierConfig
Configuration for the adaptive spectral sparsifier.
SparsifierStats
Runtime statistics for the sparsifier.