Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Fix the bug of checking loop limit #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tczpl
Copy link

@tczpl tczpl commented Oct 1, 2021

When leaving the block, the counter of the current edge should decrease by 1.

For example: Executing 1-5-2-7-Terminal and 1-6-2-7-Terminal.

Before this commit: The visit_edges["2-7"] is 1 and 2.

After this commit: The visit_edges["2-7"] is 1 and 1, which is correct.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant