#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 85 of file Searcher.h.
| bool klee::RandomSearcher::empty | ( | ) | [inline, virtual] |
| void klee::RandomSearcher::printName | ( | std::ostream & | os | ) | [inline, virtual] |
| ExecutionState & RandomSearcher::selectState | ( | ) | [virtual] |
Implements klee::Searcher.
Definition at line 91 of file Searcher.cpp.
References klee::RNG::getInt32(), states, and klee::theRNG.

| void RandomSearcher::update | ( | ExecutionState * | current, | |
| const std::set< ExecutionState * > & | addedStates, | |||
| const std::set< ExecutionState * > & | removedStates | |||
| ) | [virtual] |
std::vector<ExecutionState*> klee::RandomSearcher::states [private] |
1.5.8