Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 25, 2024
1 parent f617fe1 commit 21bcf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/bitv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ module Shostak(X : ALIEN) = struct
let cte, vars =
List.fold_left (fun (cte, vars) (r, n) ->
match value r with
| Some m -> (Z.(~$n * m), vars)
| Some m -> (Z.(~$n * m + cte), vars)
| None -> (cte, (r, n) :: vars)
) (Z.zero, []) l
in
Expand Down

0 comments on commit 21bcf33

Please sign in to comment.