|
| count_valid (kripkecube< State, SuccIterator > &sys, State new_initial, std::function< bool(const State)> count_valid_fun, std::function< int(State)> get_depth, std::function< int(State)> get_pos, unsigned id, unsigned tid, bool &stop, std::string algoname) |
|
void | setup () |
|
bool | push (State st, unsigned int dfsnum) |
|
bool | pop (State) |
|
void | edge (unsigned int, unsigned int) |
|
void | finalize () |
|
count_valid< State, SuccIterator, StateHash, StateEqual > & | self () |
|
void | run () |
|
unsigned int | states () |
|
unsigned int | trans () |
|
|
typedef std::unordered_map< const State, int, StateHash, StateEqual > | visited_map |
|
|
kripkecube< State, SuccIterator > & | sys_ |
|
std::vector< todo_element > | todo |
|
visited_map | visited |
|
unsigned int | dfs_number |
|
unsigned int | transitions |
|
unsigned int | tid_ |
|
bool & | stop_ |
|
The documentation for this class was generated from the following file: