Borrow this sub-hypergraph as a [`Level`] for the greedy / FM machinery.
(&self)
| 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 |
no outgoing calls