We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow_algebraic
partial_state_selection_graph!
1 parent 8a304b3 commit b20fc7fCopy full SHA for b20fc7f
src/structural_transformation/partial_state_selection.jl
@@ -1,6 +1,6 @@
1
function partial_state_selection_graph!(state::TransformationState)
2
find_solvables!(state; allow_symbolic = true)
3
- var_eq_matching = complete(pantelides!(state))
+ var_eq_matching = complete(pantelides!(state; allow_algebraic = false))
4
complete!(state.structure)
5
partial_state_selection_graph!(state.structure, var_eq_matching)
6
end
0 commit comments