Skip to content

Commit

Permalink
Update src/prune.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Becker <[email protected]>
  • Loading branch information
dylan-asmar and WhiffleFish authored Jul 10, 2024
1 parent 4794b0e commit edbe960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prune.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ end

function prune_strictly_dominated!(tree::SARSOPTree, eps=1e-10)
Γ = tree.Γ
Γ_new_idxs = []
Γ_new_idxs = Int[]

for (α_try_idx, α_try) in enumerate(Γ)
marked_for_deletion = falses(length(Γ_new_idxs))
Expand Down

0 comments on commit edbe960

Please sign in to comment.