package electrod

  1. Overview
  2. Docs

Computation of bounds for Elo expressions.

type bounds = {
  1. must : TupleSet.t;
  2. sup : TupleSet.t;
  3. may : TupleSet.t;
}

Computes the must/may/sup bounds of an expression exp, given the domain and a substitution subst (substituting a tuple for a variable)

OCaml

Innovation. Community. Security.