Skip to content

Commit b20fc7f

Browse files
fix: account for allow_algebraic in partial_state_selection_graph!
1 parent 8a304b3 commit b20fc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/partial_state_selection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function partial_state_selection_graph!(state::TransformationState)
22
find_solvables!(state; allow_symbolic = true)
3-
var_eq_matching = complete(pantelides!(state))
3+
var_eq_matching = complete(pantelides!(state; allow_algebraic = false))
44
complete!(state.structure)
55
partial_state_selection_graph!(state.structure, var_eq_matching)
66
end

0 commit comments

Comments
 (0)