Module Lpo.Solution

type t = (Logtk.ID.t * Logtk.ID.t) list

A precedence on symbol. Each pair means that thG first symbol is bigger than the second one.

val neg_to_constraint : t -> Constraint.t

Constraint that explicitly eliminate this solution

include Logtk.Interfaces.PRINT with type t := t
type t
val pp : t CCFormat.printer
val to_string : t -> string