package colibri2

  1. Overview
  2. Docs

This functor provides the partitioning algorithm constructing a WTO.

Parameters

module Node : sig ... end

Signature

type pref = Node.t -> Node.t -> int

partial order of preference for the choice of the head of a loop

val partition : ?pref:pref -> inits:Node.t list -> (Node.t -> Node.t Base.Sequence.t) -> Node.t partition

Implements Bourdoncle "Efficient chaotic iteration strategies with widenings" algorithm to compute a WTO.

val equal_component : Node.t component -> Node.t component -> bool
val equal_partition : Node.t partition -> Node.t partition -> bool
OCaml

Innovation. Community. Security.