IndexHypergraph
In addition to improvements to stability and performance, we have introduced the IndexHypergraph
function:
In[] := IndexHypergraph[{{a, b, c}, {b, d, e}, {c, f, g}}]
Out[] = {{1, 2, 3}, {2, 4, 5}, {3, 6, 7}}
Also, you can now pass evolution objects directly to RulePlot
:
Thanks to @daneelsan and @aokellermann for contributing to this release!