Module Logtk_solving.Lpo
Constraint Solving for LPO
Constraints
module Constraint : sig ... endSolutions to constraint problems
module Solution : sig ... endval solve_multiple : Constraint.t list -> Solution.t Logtk.LazyList.tA lazy list of partial orders over symbols, that satisfy the given list of constraints
Search for a LPO ordering
module FO : sig ... endmodule TypedSTerm : sig ... end