Skip to content

Commit

Permalink
Update docs/apworld_dev_faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Dec 6, 2024
1 parent 7f61f87 commit a9e9c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apworld_dev_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For performance reasons, AP only checks every entrance once. However, if an entr
1. The entrance is checked and determined to be nontraversable because the region in its access_rule hasn't been reached yet during the graph search.
2. Then, the region in its access_rule is determined to be reachable.

This entrance *would* be called reachable if it were rechecked, but it won't be rechecked this cycle.
This entrance *would* be in logic if it were rechecked, but it won't be rechecked this cycle.
To account for this case, AP would have to recheck all entrances every time a new region is reached until no new regions are reached.

However, there is a way to **manually** define that a *specific* entrance needs to be rechecked during region sweep if a *specific* region is reached during it. This is what an indirect condition is.
Expand Down

0 comments on commit a9e9c58

Please sign in to comment.