|
spot 2.16
|
DFS stack item holding a state and its queue of unprocessed successors. More...
#include <spot/twaalgos/gtec/gtec.hh>
Public Member Functions | |
| todo_item (const state *s, int n, couvreur99_check_shy *shy) | |
| Construct a DFS stack item for the given state. | |
Public Attributes | |
| const state * | s |
| The state at this DFS stack entry. | |
| int | n |
| The DFS order number of this state. | |
| succ_queue | q |
DFS stack item holding a state and its queue of unprocessed successors.
| spot::couvreur99_check_shy::todo_item::todo_item | ( | const state * | s, |
| int | n, | ||
| couvreur99_check_shy * | shy | ||
| ) |
Construct a DFS stack item for the given state.
| int spot::couvreur99_check_shy::todo_item::n |
The DFS order number of this state.
| succ_queue spot::couvreur99_check_shy::todo_item::q |
Unprocessed successors of s.
| const state* spot::couvreur99_check_shy::todo_item::s |
The state at this DFS stack entry.
1.9.8