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

Method level

crates/kernel/src/shard.rs:485–487  ·  view source on GitHub ↗

Borrow this sub-hypergraph as a [`Level`] for the greedy / FM machinery.

(&self)

Source from the content-addressed store, hash-verified

483 for (i, (_, pins)) in nets.iter().enumerate() {
484 for &v in pins {
485 vnets[v as usize].push(i as u32);
486 }
487 }
488 SubHyper { global, vw, bw, nets, vnets, cap }
489 }
490

Callers 5

bisectFunction · 0.80
coarsenFunction · 0.80
uncoarsen_refineFunction · 0.80

Calls

no outgoing calls