Added: * `colomoto.helpers.layout_graph`: returns layout of a networkx graph using GraphViz * rough `influence_graph()` for `colomoto.minibn.MultiValuedNetwork`
0.5.9
new methods for `minibn.BooleanNetwork` : * `__call__(x)`: returns `f(x)` * `constants()`: returns a mapping between constant nodes and their constant value.