Module FeatureVector.Make
Parameters
Signature
Features
module Feature : sig ... endval compute_fv : Feature.t list -> lits -> feature_vector
Index
include Index.SUBSUMPTION_IDX with module C = C
module C = Cval name : stringval empty : unit -> tEmpty index
val add_seq : t -> C.t Sequence.t -> tval add_list : t -> C.t list -> tval remove : t -> C.t -> tUn-index the clause
val remove_seq : t -> C.t Sequence.t -> tval retrieve_subsuming : t -> Index_intf.lits -> Index_intf.labels -> C.t Sequence.tFold on a set of indexed candidate clauses, that may subsume the given clause.
val retrieve_subsuming_c : t -> C.t -> C.t Sequence.tval retrieve_subsumed : t -> Index_intf.lits -> Index_intf.labels -> C.t Sequence.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 Sequence.tval retrieve_alpha_equiv : t -> Index_intf.lits -> Index_intf.labels -> C.t Sequence.tRetrieve clauses that are potentially alpha-equivalent to the given clause
val empty_with : Feature.t list -> tval default_features : Feature.t listval features_of_signature : ?ignore:(ID.t -> bool) -> Signature.t -> Feature.t listBuild a set of features from the given signature. IDs that satisfy
ignoreare not considered (default ignores connectives)
val of_signature : Signature.t -> tval features : t -> Feature.t list