Skip to content

IndexHypergraph

Compare
Choose a tag to compare
@maxitg maxitg released this 20 Oct 02:04
· 122 commits to master since this release
e78a32c

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:

image

Thanks to @daneelsan and @aokellermann for contributing to this release!