fix_current_dead_ends()
zeros
out the row or column of the marginal that leads into current dead ends,
eliminating all transitions into the existing dead end states. It tends to
create new dead ends in the process so is called iteratively by
fix_dead_ends()
.
Arguments
- bf
BirdFlow model
- de
(optional) output from
find_dead_ends()