Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
This comment stating that `Sim_Wrap.case_split` is not used is
misleading, since it is actually used in `default_case_split`.
  • Loading branch information
bclement-ocp committed Oct 12, 2023
1 parent 69857ec commit be8874c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/reasoners/intervalCalculus.ml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ module Sim_Wrap = struct
assert (c <= 0); (* because simplex says sat *)
if c = 0 then None else Some (Q.sub x.v a.v)

(* not used for the moment *)
let case_split =
let gen_cs x n s orig =
if get_debug_fm () then
Expand Down

0 comments on commit be8874c

Please sign in to comment.