Module Logtk.Compute_prec
Compute Precedence
val empty : tval add_constr : int -> [ `partial ] Precedence.Constr.t -> t -> tAdd a precedence constraint with its priority. The lower the priority, the stronger influence the constraint will have.
val add_constrs : (int * [ `partial ] Precedence.Constr.t) list -> t -> t
type 'a parametrized= Statement.clause_t Iter.t -> 'aSome values are parametrized by the list of statements
val add_constr_rule : int -> [ `partial ] Precedence.Constr.t parametrized -> t -> tAdd a precedence constraint rule
val set_weight_rule : Precedence.weight_fun parametrized -> t -> tChoose the way weights are computed
val add_status : (ID.t * Precedence.symbol_status) list -> t -> tSpecify explicitly the status of some symbols
val mk_precedence : db_w:int -> lmb_w:int -> t -> Statement.clause_t Iter.t -> Precedence.tParameters db_w and lmb_w correspond to the weight de-Bruijn and lambda abstraction given for computation of KBO.
Make a precedence