We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e684b3c + f057515 commit 488beb8Copy full SHA for 488beb8
1 file changed
src/carpanzano_tearing.jl
@@ -55,6 +55,8 @@ function (alg::CarpanzanoTearing)(structure::SystemStructure)
55
active_vars = OrderedSet{Int}()
56
active_eqs = OrderedSet{Int}()
57
for vars in var_sccs
58
+ empty!(active_vars)
59
+ empty!(active_eqs)
60
for var in vars
61
# Identify variables and equations in this SCC
62
if varfilter(var)
0 commit comments