NullByteSet.MustMaySetmodule Set : sig ... endval empty :
unit ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval full_set :
unit ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval is_empty :
mode ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.t) ->
boolval min_elem :
mode ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.M.t) ->
MustSet.M.eltval min_elem_precise :
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.M.t) ->
boolval mem :
mode ->
MustSet.elt ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.t) ->
boolval interval_mem :
mode ->
(MustSet.M.elt * Z.t) ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * 'a) ->
boolval remove :
mode ->
MustSet.M.elt ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.M.t) ->
Z.t ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.M.tval add :
mode ->
MustSet.elt ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.t) ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval add_list : mode -> MaySet.elt list -> ('a * MaySet.t) -> 'a * MaySet.tval remove_interval :
mode ->
(Z.t * Z.t) ->
Z.t ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * 'a) ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * 'aval remove_all :
mode ->
('a * MaySet.t) ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval is_full_set :
mode ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.t) ->
boolval get_set : mode -> ('a * 'a) -> 'aval elements :
?max_size:Z.t ->
?min_size:'a ->
mode ->
('b * MaySet.M.t) ->
MaySet.M.elt listval precise_singleton :
MustSet.elt ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval make_all_must :
unit ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.tval may_can_benefit_from_filter : ('a * MaySet.t) -> boolval exists :
mode ->
(MaySet.elt -> bool) ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * MaySet.t) ->
boolval filter :
?min_size:Z.t ->
?max_size:Z.t ->
(MaySet.M.elt -> bool) ->
(MustSet.t * MaySet.M.t) ->
tval filter_musts :
(MustSet.M.elt -> bool) ->
Z.t ->
([ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * 'a) ->
[ `Lifted of SetDomain.Make(IntOps.BigIntOps).t | `Top ] * 'a