pub fn triangular_tape_entry_mis_overhead(entry: &TriangularTapeEntry) -> i32Expand description
Get MIS overhead for a triangular tape entry. For triangular mode, crossing gadgets use their native overhead, but simplifiers (DanglingLeg) use weighted overhead = unweighted * 2. Julia: mis_overhead(w::WeightedGadget) = mis_overhead(w.gadget) * 2