We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323803d commit 0476a9cCopy full SHA for 0476a9c
src/cdomains/intDomain.ml
@@ -930,6 +930,10 @@ struct
930
931
type int_t = Ints_t.t
932
933
+ (*
934
+ Each domain's element is guaranteed to be in canonical form. That is, each interval contained
935
+ inside the set does not overlap with each other and they are not adjecent.
936
+ *)
937
type t = (Ints_t.t * Ints_t.t) list [@@deriving eq, hash, ord]
938
939
let range ik = BatTuple.Tuple2.mapn Ints_t.of_bigint (Size.range ik)
0 commit comments