Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tree
Method · 0.80
full
Method · 0.80
induce
Method · 0.80
rec_bisect
Function · 0.80
bisect
Function · 0.80
greedy_grow
Function · 0.80
fm_refine
Function · 0.80
coarsen
Function · 0.80
match_vertices
Function · 0.80
contract
Function · 0.80
initial_partition
Function · 0.80
uncoarsen_refine
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected