Module type Index.SUBSUMPTION_IDX
module C : Index_intf.CLAUSEval name : stringval empty : unit -> tEmpty index
val add_seq : t -> C.t Iter.t -> tval add_list : t -> C.t list -> tval remove : t -> C.t -> tUn-index the clause
val remove_seq : t -> C.t Iter.t -> tval retrieve_subsuming : t -> Index_intf.lits -> Index_intf.labels -> C.t Iter.tFold on a set of indexed candidate clauses, that may subsume the given clause.
val retrieve_subsuming_c : t -> C.t -> C.t Iter.tval retrieve_subsumed : t -> Index_intf.lits -> Index_intf.labels -> C.t Iter.tFold on a set of indexed candidate clauses, that may be subsumed by the given clause
val retrieve_subsumed_c : t -> C.t -> C.t Iter.tval retrieve_alpha_equiv : t -> Index_intf.lits -> Index_intf.labels -> C.t Iter.tRetrieve clauses that are potentially alpha-equivalent to the given clause