Merge: digraph: Implementation of a reflexive directed graph
authorJean Privat <jean@pryen.org>
Mon, 26 Aug 2019 15:22:34 +0000 (11:22 -0400)
committerJean Privat <jean@pryen.org>
Mon, 26 Aug 2019 15:22:34 +0000 (11:22 -0400)
commitfa4bd40b2ac5aa498c09b50127ceb4a204aad258
tree44b62c8dc9ddb5bbcade792a89e20aba17aefeb4
parentd875a470ceb74c4078df830bd765037bda9ead42
parentbf8eb0c2a73d1c6126910902e93d9c630ec85da0
Merge: digraph: Implementation of a reflexive directed graph

Add the implementation of a reflexive directed graph. Added element is in relation with itself (ie if the graph has `u` node is implies `self.has_arc(u,u) == true`)

Pull-Request: #2784
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>