Benjamin Lozes

Results 2 issues of Benjamin Lozes

The context variables are not used enough in this library by default. For instance, if you want to implement parametrised tests, you will need to put a lot of effort...

**Context:** You want to create a `predecessors(source_node)` function gathering the vertices that point to a given `source_vertex`, you'd want to use a BFS visitor, which is currently impossible since the...