feat(web): add solution space info

This commit is contained in:
2026-08-21 14:14:24 +02:00
parent 3475a5338b
commit 8d501d42a3
6 changed files with 88 additions and 26 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ impl Solver {
.collect()
}
pub fn solution_space(&self) -> u64 {
self.0.stats().0
pub fn solution_space(&self) -> u32 {
self.0.stats().0 as u32
}
pub fn solution_space_uncertainty(&self) -> f64 {