Skip to content

Commit

Permalink
Update src/lib/reasoners/enum_rel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Basile Clément <[email protected]>
  • Loading branch information
Halbaroth and bclement-ocp authored Oct 12, 2023
1 parent 341a0a3 commit 7d7c0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/enum_rel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ let assume env uf la =
let add env _ r _ = add_aux env r, []

(* Do a case-split by choosing a value for a uninterpreted semantic value
whose the domain in [env] is of minimal size. *)
whose domain in [env] is of minimal size. *)
let case_split env uf ~for_model =
let acc = MX.fold
(fun r (hss, _) acc ->
Expand Down

0 comments on commit 7d7c0c8

Please sign in to comment.