Module Make.WeightFun
Weight functions
type t= C.t -> intattribute 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 : tUse
Literal.heuristic_weight
val penalty : tReturns the penalty of the clause
val favor_all_neg : tFavor clauses with only negative ground lits
val favor_non_all_neg : tFavor clauses that have at least one non-(ground negative) lit