Skip to content

Commit aed8e40

Browse files
fix: fix but_sorted_incidence
1 parent 582ebd2 commit aed8e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/structural_transformation/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ function but_ordered_incidence(ts::TearingState, varmask = highest_order_variabl
352352
isemptyc || push!(bb, l)
353353
end
354354
mm = incidence_matrix(graph)
355+
reverse!(vordering)
355356
mm[[var_eq_matching[v] for v in vordering if var_eq_matching[v] isa Int], vordering], bb
356357
end
357358

0 commit comments

Comments
 (0)