Skip to content
Snippets Groups Projects
Commit 40b094b9 authored by Le Quang Anh's avatar Le Quang Anh
Browse files

[StatesPathFinder] Avoid loops in state sequence

Currently for most of the problems we look at, loops (an edge going into
the same state) are not useful. However, these loops appear in a lot of
state sequences considered by the algorithm and slow it down
significantly. Until we encounter a problem where loops are necessary to
accomplish the task, we should just ignore them.
parent 8e78a62a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment