Module Logtk_solving.Lpo

Constraint Solving for LPO

Constraints
module Constraint : sig ... end

Solutions to constraint problems

module Solution : sig ... end
val solve_multiple : Constraint.t list -> Solution.t Logtk.LazyList.t

A lazy list of partial orders over symbols, that satisfy the given list of constraints

Search for a LPO ordering
module FO : sig ... end
module TypedSTerm : sig ... end