package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/libzipperposition.calculi/Libzipperposition_calculi/Arith_int/Make/argument-1-E/C/Eligible/index.html

Module C.Eligible

type t = int -> Logtk.Literal.t -> bool

Eligibility criterion for a literal

val res : clause -> t

Only literals that are eligible for resolution

val param : clause -> t

Only literals that are eligible for paramodulation

val eq : t

Equations

val arith : t
val filter : (Logtk.Literal.t -> bool) -> t
val max : clause -> t

Maximal literals of the clause

val pos : t

Only positive literals

val pos_eq : t

Only positive equational literals

val neg : t

Only negative literals

val always : t

All literals

val combine : t list -> t

Logical "and" of the given eligibility criteria. A literal is eligible only if all elements of the list say so.

val (**) : t -> t -> t

Logical "and"

val (++) : t -> t -> t

Logical "or"

val (~~) : t -> t

Logical "not"

OCaml

Innovation. Community. Security.