Module GraphOper.OSource

Sourcetype g = G.t
Sourceval transitive_closure : ?reflexive:bool -> g -> g
Sourceval add_transitive_closure : ?reflexive:bool -> g -> g
Sourceval transitive_reduction : ?reflexive:bool -> g -> g
Sourceval replace_by_transitive_reduction : ?reflexive:bool -> g -> g
Sourceval mirror : g -> g
Sourceval complement : g -> g
Sourceval intersect : g -> g -> g
Sourceval union : g -> g -> g