Module CQueue.WeightFun
Weight functions
type t
= C.t -> int
attribute a weight to a clause. The smaller, the better (lightweight clauses will be favored). A weight must always be positive; the weight of the empty clause should alwyays be 0.
val default : t
Use
Literal
.heuristic_weight
val penalty : t
Returns the penalty of the clause
val favor_all_neg : t
Favor clauses with only negative ground lits
val favor_non_all_neg : t
Favor clauses that have at least one non-(ground negative) lit