package bst

  1. Overview
  2. Docs

Module Bst.Bisec_treeSource

Functorial interface.

Sourcemodule type Point = sig ... end
Sourcetype vp_heuristic =
  1. | One_band
  2. | Two_bands

Heuristic to find good vantage (reference) points.

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 Make (P : Point) : sig ... end
OCaml

Innovation. Community. Security.