MCPcopy Create free account
hub / github.com/argumentcomputer/ix / CoarseLevel

Class CoarseLevel

crates/kernel/src/shard.rs:995–1001  ·  view source on GitHub ↗

One coarser level of a single bisection's multilevel hierarchy. Mirrors the cut-relevant fields of [`SubHyper`] (`vw`/`bw`/`nets`/`vnets`) plus the `match_map` that records, for each vertex of the *next-finer* level, which supervertex here it was merged into — the inverse map used to project a coarse partition back down during uncoarsening.

Source from the content-addressed store, hash-verified

993 }
994 }
995}
996
997// ============================================================================
998// Multilevel coarsening
999// ============================================================================
1000
1001/// One coarser level of a single bisection's multilevel hierarchy. Mirrors the
1002/// cut-relevant fields of [`SubHyper`] (`vw`/`bw`/`nets`/`vnets`) plus the
1003/// `match_map` that records, for each vertex of the *next-finer* level, which
1004/// supervertex here it was merged into — the inverse map used to project a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected