Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 26, 2023
1 parent fab882d commit 848d157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/structures/modelMap.ml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ let is_suspicious_name hs =
| "@/" | "@%" | "@*" -> true
| _ -> false

(* The model generation is not ready for FPA and Bitvector theories. *)
(* The model generation is known to be imcomplete for FPA and Bitvector
theories. *)
let is_suspicious_symbol = function
| Sy.Op (Float | Fixed | Abs_int | Abs_real | Sqrt_real
| Sqrt_real_default | Sqrt_real_excess
Expand Down

0 comments on commit 848d157

Please sign in to comment.