Calculates whether each pair of graphs (in a specified set of graphs) are isomorphic, returning an array \(R\) with \(R_{ij} = 1\) if graphs \(i\) and \(j\) are isomorphic, and \(R_{ij} = 0\) otherwise.
Parameters: |
|
---|---|
Return type: | array of ints |
Note
The text files must have filenames of the form *X.txt where X represents a number (of any number of digits). These are used to order the graphs.