Module Libzipperposition.Selection
Selection functions
type t= Logtk.Literal.t array -> CCBV.ttype parametrized= strict:bool -> ord:Logtk.Ordering.t -> t
val no_select : tNever select literals.
val max_goal : parametrizedSelect a maximal negative literal, if any, or nothing
val except_RR_horn : parametrized -> parametrizedexcept_RR_horn pbehaves likep, except if the clause is a range-restricted Horn clause. In that case, we assume the clause is a (conditional) rewrite rule and we don't prevent using it as an active clause.
Global selection Functions
val default : ord:Logtk.Ordering.t -> tDefault selection function
val from_string : ord:Logtk.Ordering.t -> string -> tselection function from string (may fail)