module Make:functor (Node:sigtypetval equal :t -> t -> boolval hash :t -> intval pretty :Stdlib.Format.formatter -> t -> unitend) ->sig..end
This functor provides the partitioning algorithm constructing a WTO.
| Parameters: |
|
typepref =Node.t -> Node.t -> int
partial order of preference for the choice of the head of a loop
val partition : ?pref:pref ->
init:Node.t -> succs:(Node.t -> Node.t list) -> Node.t Wto.partitionImplements Bourdoncle "Efficient chaotic iteration strategies with widenings" algorithm to compute a WTO.
val pretty_partition : Stdlib.Format.formatter -> Node.t Wto.partition -> unit
val pretty_component : Stdlib.Format.formatter -> Node.t Wto.component -> unit
val equal_component : Node.t Wto.component -> Node.t Wto.component -> bool
val equal_partition : Node.t Wto.partition -> Node.t Wto.partition -> bool