Parameter Ford_Fulkerson.2-F

include FLOW
type t

Type of edges.

type label

Type of labels on edges.

val max_capacity : label -> t
val flow : label -> t
val add : t -> t -> t
val sub : t -> t -> t
val zero : t
val compare : t -> t -> int
val min_capacity : label -> t