naive solver: found index exclusion overblocks #14

Open
opened 2024-07-31 11:03:16 +02:00 by cscherrNT · 0 comments
Collaborator
     Running `target/debug/wordlesolve -ns skull -v`
2024-07-31T09:01:53.192599Z DEBUG max steps: 6
2024-07-31T09:01:53.192655Z  INFO using naive solver
2024-07-31T09:01:53.194344Z DEBUG other chars: {}
2024-07-31T09:01:53.194374Z DEBUG wrong chars: []
0. guess: which
2024-07-31T09:01:53.230633Z DEBUG other chars: {}
2024-07-31T09:01:53.230778Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h']
1. guess: about
2024-07-31T09:01:53.276044Z DEBUG other chars: {'u': [3]}
2024-07-31T09:01:53.276065Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't']
2. guess: under
2024-07-31T09:01:53.316283Z DEBUG other chars: {'u': [3, 0]}
2024-07-31T09:01:53.316335Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r']
3. guess: fully
2024-07-31T09:01:53.358191Z DEBUG other chars: {'u': [3, 0, 1], 'l': [2, 3]}
2024-07-31T09:01:53.358219Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r', 'f', 'y']
4. guess: plump
2024-07-31T09:01:53.398692Z DEBUG other chars: {'u': [3, 0, 1], 'l': [2, 3, 1]}
2024-07-31T09:01:53.398714Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r', 'f', 'y', 'p', 'm', 'p']
Error: Solver Error

Caused by:
    Wordlist has no matches for the gamestate (solution: Some(("skull", 1.163752e-5)))
``` Running `target/debug/wordlesolve -ns skull -v` 2024-07-31T09:01:53.192599Z DEBUG max steps: 6 2024-07-31T09:01:53.192655Z INFO using naive solver 2024-07-31T09:01:53.194344Z DEBUG other chars: {} 2024-07-31T09:01:53.194374Z DEBUG wrong chars: [] 0. guess: which 2024-07-31T09:01:53.230633Z DEBUG other chars: {} 2024-07-31T09:01:53.230778Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h'] 1. guess: about 2024-07-31T09:01:53.276044Z DEBUG other chars: {'u': [3]} 2024-07-31T09:01:53.276065Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't'] 2. guess: under 2024-07-31T09:01:53.316283Z DEBUG other chars: {'u': [3, 0]} 2024-07-31T09:01:53.316335Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r'] 3. guess: fully 2024-07-31T09:01:53.358191Z DEBUG other chars: {'u': [3, 0, 1], 'l': [2, 3]} 2024-07-31T09:01:53.358219Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r', 'f', 'y'] 4. guess: plump 2024-07-31T09:01:53.398692Z DEBUG other chars: {'u': [3, 0, 1], 'l': [2, 3, 1]} 2024-07-31T09:01:53.398714Z DEBUG wrong chars: ['w', 'h', 'i', 'c', 'h', 'a', 'b', 'o', 't', 'n', 'd', 'e', 'r', 'f', 'y', 'p', 'm', 'p'] Error: Solver Error Caused by: Wordlist has no matches for the gamestate (solution: Some(("skull", 1.163752e-5))) ```
cscherrNT added the
Kind/Bug
Priority
High
Reviewed
Confirmed
labels 2024-07-31 11:03:16 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/wordle-analyzer#14
No description provided.