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

Method num_vertices

crates/kernel/src/shard.rs:190–192  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

188 }
189
190 pub fn num_vertices(&self) -> usize {
191 self.vweight.len()
192 }
193
194 pub fn num_nets(&self) -> usize {
195 self.net_pins.len()

Callers 12

partition_with_treeMethod · 0.80
fullMethod · 0.80
induceMethod · 0.80
rec_bisectFunction · 0.80
bisectFunction · 0.80
greedy_growFunction · 0.80
fm_refineFunction · 0.80
coarsenFunction · 0.80
match_verticesFunction · 0.80
contractFunction · 0.80
initial_partitionFunction · 0.80
uncoarsen_refineFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected