Skip to content

Commit

Permalink
Update src/assertBounds.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp authored Jun 7, 2024
1 parent bffcaf4 commit 0a57fee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assertBounds.ml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ module Make(Core : CoreSig.S) : S with module Core = Core = struct
if not (P.is_polynomial p) then
invalid_arg
"poly: must have two variables or more, use var instead";
assert (P.is_polynomial p);
let mini = update_min_bound env min in
let maxi = update_max_bound env max in
let env, is_fresh = register_slake slk p env in
Expand Down

0 comments on commit 0a57fee

Please sign in to comment.