diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-22 16:05:59 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-05 17:26:22 +0900 |
| commit | edd39c68fb291f8bb4a811a9ba2a60338adf479e (patch) | |
| tree | 09f5ed902fc51525247e8b3494dec877d421f106 /lib/Core/Searcher.h | |
| parent | 6bf8f3676f7048c19f849435fdd7dbd43bd91301 (diff) | |
| download | klee-edd39c68fb291f8bb4a811a9ba2a60338adf479e.tar.gz | |
Add search heuristic for patch locations
Diffstat (limited to 'lib/Core/Searcher.h')
| -rw-r--r-- | lib/Core/Searcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Core/Searcher.h b/lib/Core/Searcher.h index 36efe67a..07fee8ca 100644 --- a/lib/Core/Searcher.h +++ b/lib/Core/Searcher.h @@ -67,6 +67,7 @@ namespace klee { RandomPath, NURS_CovNew, NURS_MD2U, + NURS_Patch, NURS_Depth, NURS_RP, NURS_ICnt, @@ -131,6 +132,7 @@ namespace klee { QueryCost, InstCount, CPInstCount, + PatchLocCount, MinDistToUncovered, CoveringNew }; |
