package setr

  1. Overview
  2. Docs
Abstract domain library for sets

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=07484d7fc9623196950cde9aff7167ca

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: 11 Aug 2015

Dependencies (5)

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

Dev Dependencies

None

Used by (1)

  1. memcad

Conflicts

None