Skip to content

Commit 2be0f29

Browse files
committed
💡 Note on codimain violation
1 parent 1254cd7 commit 2be0f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ fn decode_solution<const K: BranchKind>(u: Node, x: &FixedBitSet, colset: &Order
264264
.filter_map(|(i, &v)| if x[i] { Some(v) } else { None })
265265
.collect::<Nodes>();
266266
if K != BRANCH_XY {
267+
// MEMO: Violating `f(u) in V\I` ?
267268
fu.insert(u);
268269
}
269270
fu

0 commit comments

Comments
 (0)