Module Logtk_solving.LpoSource

Constraint Solving for LPO

Constraints
Sourcemodule Constraint : sig ... end

Solutions to constraint problems

Sourcemodule Solution : sig ... end
Sourceval 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
Sourcemodule FO : sig ... end
Sourcemodule TypedSTerm : sig ... end