feat(web): add async solver worker
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ impl Solver {
|
||||
- new_possible_solutions.equal_likelieness_entropy();
|
||||
|
||||
if new_possible_solutions.len() == 0 {
|
||||
return Err("Solution space is empty".to_string());
|
||||
return Err("Applying this guess would empty the solution space!".to_string());
|
||||
}
|
||||
|
||||
self.possible_solutions = new_possible_solutions;
|
||||
|
||||
Reference in New Issue
Block a user