Skip to content

Commit

Permalink
set n = 8 as basic,
Browse files Browse the repository at this point in the history
renaming
  • Loading branch information
ravsemirnov committed Apr 26, 2024
1 parent d90eb1d commit 6f055c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class InstructionSymbolicChecker(
override val invokeDynamicResolver: SymbolicInvokeDynamicResolver = DefaultCallResolver(ctx)

init {
val pathSelectorName = kexConfig.getStringValue("symbolic", "pathSelector", "sgs")
val pathSelectorName = kexConfig.getStringValue("symbolic", "searchStrategy", "sgs")
val n = kexConfig.getIntValue("symbolic", "n", 2)
pathSelector = when (pathSelectorName) {
"bfs" -> BFS()
Expand Down
7 changes: 4 additions & 3 deletions kex.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ exclude = class io.netty.buffer.ByteBuf
timeLimit = 120
numberOfExecutors = 8
numberOfConcreteMethods = 3
pathSelector = sgs
searchStrategy = sgs
n = 8

[concolic]
timeLimit = 120
Expand Down Expand Up @@ -127,8 +128,8 @@ useADSolver = false

[ksmt]
solver = z3
; solver = cvc5
; solver = bitwuzla
solver = cvc5
solver = bitwuzla
; solver = yices
runners = 1
seed = 42
Expand Down

0 comments on commit 6f055c3

Please sign in to comment.