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

Try all state sequences before finding new ones

When goal is defined as set of constraints, every state sequence is a
possible solution. The current implementation grows the list of possible
state sequences faster than they are attempted: for every time we add all
neighbors of the front node to queue, we only try out one sequences.
This could be too space consuming if the graph has large branching factor.
parent 1e1a6c72
No related branches found
No related tags found
Loading
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