Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Nov 19, 2024
1 parent 496550f commit ef746c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classification/satellite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ end
function _simplify::SyntaxTree)
if token(φ) in [CONJUNCTION, DISJUNCTION]
φ = LeftmostLinearForm(φ)
chs = children(φ)
chs = SoleLogics.grandchildren(φ)
for i in length(chs):-1:1
ch1 = chs[i]
for ch2 in chs
Expand Down

0 comments on commit ef746c1

Please sign in to comment.