Skip to content

Commit

Permalink
Do not use solver for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar committed Oct 31, 2024
1 parent 2b84b3e commit 10416c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class JavaMethodRunner(gameMap: GameMap, oracle: Predictor<*>? = null) {
solverTimeout = Duration.INFINITE,
timeout = Duration.INFINITE,
typeOperationsTimeout = Duration.INFINITE,
useSolverForForks = false,

stepLimit = stepLimit.toULong(),
stepsToStart = gameMap.stepsToStart,
Expand Down

0 comments on commit 10416c9

Please sign in to comment.