package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/libzipperposition/Libzipperposition/StreamQueue/index.html

Module Libzipperposition.StreamQueue

Priority Queue of ho-streams

Heuristic selection of ho-streams, using a priority queue. Only one queue is used, but the priority of a stream is determined by a combination of criteria that should include at least one fair criterion (e.g. the age of the clause, so that older clauses are more likely to be chosen).

module type S = StreamQueue_intf.S
module type ARG = sig ... end
val k_guard : int Logtk.Flex_state.key
val k_ratio : int Logtk.Flex_state.key
val k_clause_num : int Logtk.Flex_state.key
module Make (A : ARG) : S with module Stm = A.Stm
OCaml

Innovation. Community. Security.