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.calculi/Libzipperposition_calculi/Booleans/Make/argument-1-E/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