File: isomorphism.ismags.rst

package info (click to toggle)
networkx 2.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,764 kB
  • sloc: python: 78,797; makefile: 141; javascript: 120
file content (23 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _ismags:

****************
ISMAGS Algorithm
****************

.. automodule:: networkx.algorithms.isomorphism.ismags

ISMAGS object
-------------
.. currentmodule:: networkx.algorithms.isomorphism

.. autosummary::
    :toctree: generated/

     ISMAGS
     ISMAGS.analyze_symmetry
     ISMAGS.is_isomorphic
     ISMAGS.subgraph_is_isomorphic
     ISMAGS.isomorphisms_iter
     ISMAGS.subgraph_isomorphisms_iter
     ISMAGS.largest_common_subgraph