Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort indexes during graph edge removal (#4649)
## Summary `remove_edge` will invalidate the last index in the graph, so we need to ensure that each index we look at is "earlier" than the last. Co-authored-by: bluss <bluss@users.noreply.github.com>
- Loading branch information