#include <Searcher.h>


Public Member Functions | |
| ExecutionState & | selectState () |
| void | update (ExecutionState *current, const std::set< ExecutionState * > &addedStates, const std::set< ExecutionState * > &removedStates) |
| bool | empty () |
| void | printName (std::ostream &os) |
Private Attributes | |
| std::vector< ExecutionState * > | states |
Definition at line 71 of file Searcher.h.
| bool klee::DFSSearcher::empty | ( | ) | [inline, virtual] |
| void klee::DFSSearcher::printName | ( | std::ostream & | os | ) | [inline, virtual] |
| ExecutionState & DFSSearcher::selectState | ( | ) | [virtual] |
| void DFSSearcher::update | ( | ExecutionState * | current, | |
| const std::set< ExecutionState * > & | addedStates, | |||
| const std::set< ExecutionState * > & | removedStates | |||
| ) | [virtual] |
std::vector<ExecutionState*> klee::DFSSearcher::states [private] |
1.5.8