Skip to content

Commit

Permalink
Fix typo and snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: edenfrenkel <[email protected]>
  • Loading branch information
edenfrenkel committed Jul 26, 2023
1 parent b63353f commit e9a324a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inference/src/fixpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub fn qalpha<O, L, B>(
}

println!();
println!("({iteration}) Running aqlpha algorithm...");
println!("({iteration}) Running qalpha algorithm...");
println!(
"Approximate domain size: 10^{:.2} ({domain_size})",
(domain_size as f64).log10()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ expression: combined_stdout_stderr
---
Number of individual domains: 23

(1) Running aqlpha algorithm...
(1) Running qalpha algorithm...
Approximate domain size: 10^2.12 (131)
Prefixes:
forall node_1 --- 5 atoms --- pDNF { cubes: 3, cube_size: 0, non_unit: 0 } ~ 131
Fixpoint UNSAFE!
Fixpoint size = 0
Covers 0 / 9 of handwritten invariant.

(2) Running aqlpha algorithm...
(2) Running qalpha algorithm...
Approximate domain size: 10^3.15 (1404)
Prefixes:
forall node_1 --- 5 atoms --- pDNF { cubes: 5, cube_size: 0, non_unit: 0 } ~ 243
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ expression: combined_stdout_stderr
---
Number of individual domains: 23

(1) Running aqlpha algorithm...
(1) Running qalpha algorithm...
Approximate domain size: 10^2.12 (131)
Prefixes:
forall node_1 --- 5 atoms --- pDNF { cubes: 3, cube_size: 0, non_unit: 0 } ~ 131
Fixpoint UNSAFE!
Fixpoint size = 0
Covers 0 / 9 of handwritten invariant.

(2) Running aqlpha algorithm...
(2) Running qalpha algorithm...
Approximate domain size: 10^3.15 (1404)
Prefixes:
forall node_1 --- 5 atoms --- pDNF { cubes: 5, cube_size: 0, non_unit: 0 } ~ 243
Expand Down

0 comments on commit e9a324a

Please sign in to comment.