feat(web): add solution space info
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user