package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63

doc/libzipperposition.calculi/Libzipperposition_calculi/Superposition/Make/StmQ/WeightFun/index.html

Module StmQ.WeightFun

Weight functions
type t = Stm.t -> int

attribute a weight to a stream. The smaller, the better (lightweight streams will be favored). A weight must always be positive.

val penalty : t

Returns the penalty of the stream

val combine : (t * int) list -> t

Combine a list of pairs w, coeff where w is a weight function, and coeff a strictly positive number. This is a weighted sum of weights.

OCaml

Innovation. Community. Security.

On This Page
  1. Weight functions