generated from PlexSheep/rs-base
Compare commits
No commits in common. "cd48322e8949b2dbe8c4c305c294206210d7dd79" and "6cc6694747bddc59a5818e01e4d534e7001dc93f" have entirely different histories.
cd48322e89
...
6cc6694747
1 changed files with 1 additions and 7 deletions
|
@ -61,13 +61,7 @@ impl<'wl, WL: WordList> Solver<'wl, WL> for NaiveSolver<'wl, WL> {
|
|||
cinfo.tried_but_failed(idx);
|
||||
*abs_freq.entry(p.0).or_default() += 1;
|
||||
}
|
||||
Status::None => {
|
||||
let cinfo = state
|
||||
.char_map_mut()
|
||||
.entry(p.0)
|
||||
.or_insert(CharInfo::new(game.length()));
|
||||
cinfo.tried_but_failed(idx);
|
||||
}
|
||||
Status::None => (),
|
||||
}
|
||||
trace!("absolute frequencies: {abs_freq:?}");
|
||||
state.finish_step(&abs_freq);
|
||||
|
|
Loading…
Add table
Reference in a new issue