package itv-tree

  1. Overview
  2. Docs
Float intervals tree library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.tar.gz
md5=9e794444e840be1db8987687857a36da

Description

interval tree for float intervals, you can create a tree once then query it many times (queries are fast)

Published: 09 Dec 2022

README

README

to compile:
make

to use in the toplevel:
#use "interval_tree.ml";;

You may wish to uncomment the tests at the end of interval_tree.ml
when playing in the toplevel.

Dependencies (2)

  1. dune >= "1.11"
  2. ocaml

Dev Dependencies

None

Used by (1)

  1. acpc >= "1.2" & < "2.0.0"

Conflicts

None