package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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