generated from PlexSheep/rs-base
naive solver: found index exclusion overblocks #14
cscherrNT
commented 2024-07-31 11:03:16 +02:00
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)))
```
cscherrNT
added the 2024-07-31 11:03:16 +02:00
Kind/Bug
Priority
High
Reviewed
Confirmed
labels
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PlexSheep/wordle-analyzer#14
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?