about summary refs log tree commit diff homepage
path: root/lib/Core/Searcher.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-22 16:05:59 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-03-05 17:26:22 +0900
commitedd39c68fb291f8bb4a811a9ba2a60338adf479e (patch)
tree09f5ed902fc51525247e8b3494dec877d421f106 /lib/Core/Searcher.h
parent6bf8f3676f7048c19f849435fdd7dbd43bd91301 (diff)
downloadklee-edd39c68fb291f8bb4a811a9ba2a60338adf479e.tar.gz
Add search heuristic for patch locations
Diffstat (limited to 'lib/Core/Searcher.h')
-rw-r--r--lib/Core/Searcher.h2
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
     };