Module Make.Eligible
type t
= int -> Logtk.Literal.t -> bool
Eligibility criterion for a literal
val eq : t
Equations
val arith : t
val filter : (Logtk.Literal.t -> bool) -> t
val max : clause -> t
Maximal literals of the clause
val pos : t
Only positive literals
val neg : t
Only negative literals
val always : t
All literals