Skip to content

Commit

Permalink
disable length bounds precomputation
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 14, 2024
1 parent d8951be commit c084fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ fun main() {
// MAX_UNIQUE = 1_000
TIMEOUT_MS = 30_000
MIN_TOKENS = 3
MAX_TOKENS = 60
MAX_RADIUS = 3
MAX_TOKENS = 50
MAX_RADIUS = 2
CFG_THRESH = 10_000
evaluateBarHillelRepairOnStackOverflow()
// evaluateSeq2ParseRepair()
Expand Down

0 comments on commit c084fca

Please sign in to comment.