diff options
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 e399c616..c16f0170 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, @@ -130,6 +131,7 @@ namespace klee { QueryCost, InstCount, CPInstCount, + PatchLocCount, MinDistToUncovered, CoveringNew }; |