You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cdomain/value/domains/invariant.ml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,6 @@ struct
6
6
includeCilType.Exp
7
7
(* This type is abstract in the interface because invariant expressions may be optimized for readability but lack implicit casts, etc, which are required to normally use CIL exp-s in Goblint. *)
8
8
9
-
letbot()= zero (* false *)
10
-
lettop()= one (* true *)
11
-
letis_bot_= failwith "ExpLat: is_bot"(* cannot say for sure, many contradictions exist *)
12
-
letis_top_= failwith "ExpLat: is_top"(* cannot say for sure, many tautologies exist *)
13
-
14
9
letleq__= failwith "ExpLat: leq"(* cannot say for sure, requires general entailment check *)
15
10
letpretty_diff()_= failwith "ExpLat: pretty_diff"(* irrelevant, no leq *)
0 commit comments