package bst

  1. Overview
  2. Docs

Module Bst.Bisec_treeSource

Functorial interface.

Sourcemodule type Point = sig ... end
Sourcetype quality =
  1. | Good of int

We use a heuristic to find good vantage (reference) points. Currently, we only support n = 1 or 2.

Sourcetype direction =
  1. | Left
  2. | Right

To reach a point in the vpt, you need to follow a path. A path is a list of directions.

Sourcemodule type Config = sig ... end
Sourcemodule Make (P : Point) (C : Config) : sig ... end
OCaml

Innovation. Community. Security.