Commit f7b4b69a authored by zzhang-cn's avatar zzhang-cn
Browse files

skeleton tree

parent 62a39e5b
import networkx as nx
import mx
tr = nx.balanced_tree(3, 4)
tr = mx.mx_Graph(tr)
# now we have made a skeleton tree, we can register
# representations to a subset of the nodes, and then
# update them
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment