Module Make.Feature

type t = {
name : string;
f : lits -> int;
}

a function that computes a given feature on clauses

val name : t -> string
val compute : t -> lits -> int
include Interfaces.PRINT with type t := t
type t
val pp : t CCFormat.printer
val to_string : t -> string
val sum_of_depths : t

sum of depths of symbols

val size_plus : t

sum of depths of symbols

size of positive clause

val size_minus : t

size of positive clause

size of negative clause

val count_symb_plus : ID.t -> t

size of negative clause

occurrences of ID.t in positive clause

val count_symb_minus : ID.t -> t

occurrences of ID.t in positive clause

occurrences of ID.t in negative clause

val max_depth_plus : ID.t -> t

occurrences of ID.t in negative clause

maximal depth of symb in positive clause

val max_depth_minus : ID.t -> t

maximal depth of symb in positive clause

maximal depth of symb in negative clause