index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
Core
/
Searcher.h
Age
Commit message (
Expand
)
Author
2020-10-12
searchers: move implementations from .h to .cpp
Frank Busse
2020-10-12
Searcher: remove addState/removeState functions
Frank Busse
2020-10-12
searchers: clean up, add documentation
Frank Busse
2020-08-19
DiscretePDF: use IDs instead of pointers (see PR #739)
Frank Busse
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2019-12-12
[Searchers] Remove weight from es, add nurs_depth
Timotej Kapus
2019-11-28
Move merging related code from Executor into MergingSearcher
Lukas Wölfer
2019-06-04
make endif guard naming consistent
Julian Büning
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2017-08-04
Removed merging searchers
Lukas Wölfer
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-24
Removed ununsed Executor field in WeightedRandomSearcher to silence
Dan Liew
2013-07-23
BFS searcher.
Lei Zhang
2012-09-12
Restructured the command-line options for setting the search
Cristian Cadar
2010-07-15
Remove stray semicolons in class definitions.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar