graph_data: Two randomly shuffled isomorphic graphs

Description Format Examples

Description

A and B are randomly generated adjacency matrices as shown in the example of run_graph_match function. a and b are adjacency matrices from the test_simple example in graphm library.

Format

a

an 10x10 adjacency matrix representing graph G to be matched

b

an 10x10 adjacency matrix representing graph H to be matched

Examples

1
2
3
4
5
print (a)
print (b)


## maybe str(graph_data) ; plot(graph_data) ...

RGraphM documentation built on Sept. 7, 2017, 1:03 a.m.

Related to graph_data in RGraphM...