You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ While this package was meant to be used standalone with `python -m graphwfc` an
39
39
*Remarks*:
40
40
* Instead of *GL* we use *GLs*, we allow to use more than one graph to extract and apply patterns.
41
41
* We use GraphML files for the graphs.
42
-
* The API accepts [networkx](https://networkx.github.io/) (DI)Graphs. Don't mix Graphs and DiGraphs.
42
+
* The API accepts [networkx](https://networkx.github.io/) (Di)Graphs. Don't mix Graphs and DiGraphs.
43
43
* Since this package uses the [networkx](https://networkx.github.io/) implemetation of VF2 to find subgraph isomorphisms, only those of node induced subgraphs are used.
44
44
* Undirected Graphs are nearly untested. Since edges are only used to get subgraph isomorphisms this _should_ be fine.
0 commit comments