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 authored and gsvgit committed Dec 3, 2024
1 parent 0602050 commit ee948b2
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 ee948b2

Please sign in to comment.