LowLevelSeplog.Makemodule Variable : sig ... endmodule Term : sig ... endval show : t -> stringval emp : tThe emp atom.
val tt : tThe true atom.
val mk_pto_array : ?const:Bitvector.t -> size:Term.t -> Term.t -> tmk_pto x ~const ~size creates an array poinst-to assertion x \mapsto const[size]. The default value of const is \top.
val mk_exists : Variable.t list -> t -> tExistential quantification.
val check_sat : t -> [ `Sat | `Unsat | `Unknown ]