package setr

  1. Overview
  2. Docs
Abstract domain library for sets

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=56618f3f7a90e8eb9885a094fd306b8c

Description

SETr is an interface for set abstractions. It defines common infrastructure for abstracting set constraints for use in an abstract interpreter. Built upon this interface, it provides a number of included abstractions usable as libraries. These included abstractions are tuned for high-performance, symbolic (no known constants), relational (constraints over multiple variables) constraints.

Published: 08 Aug 2015

Dependencies (5)

  1. ocamlbuild build
  2. mlbdd
  3. cppo build
  4. ocamlfind build
  5. ocaml >= "4.02" & < "5.0.0"

Dev Dependencies

None

Used by (1)

  1. memcad < "1.1.0"

Conflicts

None