about summary refs log tree commit diff homepage
path: root/test/Feature/BFSSearcher.c
AgeCommit message (Collapse)Author
2016-11-09Fix BFS searcherMartin Nowack
For performance reasons, if KLEE branches, one state is reused and it is progressed by adding new constraints. Make sure both new states end up at the end of the BFS searcher queue.