VF3Py
Interfacing Python and NetworkX with VF3 – the fastest algorithm for graph/subgraph isomorphism calculation.
Setup
Make sure that your OS is Linux and Python version is >= 3.8.
VF3Py can be installed using this command:
pip install vf3py
Test your installation:
$ python
>>> import vf3py.test
>>> vf3py.test.run_tests()
(...lots of output...)
OK
>>>
Documentation
Available here
Other projects that use VF3Py
For now, all projects are mine:
-
algebra_repr (TODO: come up with a better name) -- uses SageMath to construct finite algebraic structures (groups, rings, fields), then represents them as graphs. Graph isomorphism allows to check if any two algebraic structures are isomorphic or not.
-
PyXYZ -- A Python Library for Molecular Geometry Manipulation. TODO: Use VF3Py to generate automorphisms groups for molecular graphs.
Links
References
- Challenging the time complexity of exact subgraph isomorphism for huge and dense graphs with VF3 - Carletti V., Foggia P., Saggese A., Vento M. - IEEE transactions on pattern analysis and machine intelligence - 2018
- Introducing VF3: A new algorithm for subgraph isomorphism - Carletti V., Foggia P., Saggese A., Vento M. - International Workshop on Graph-Based Representations in Pattern Recognition - 2017
- Comparing performance of graph matching algorithms on huge graphs - Carletti V., Foggia P., Saggese A., Vento M. - Pattern Recognition Letters - 2018
- A Parallel Algorithm for Subgraph Isomorphism - V. Carletti, P. Foggia, P. Ritrovato, M. Vento, V. Vigilante - International Workshop on Graph-Based Representations in Pattern Recognition - 2019
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vf3py-1.0.2.tar.gz.
File metadata
- Download URL: vf3py-1.0.2.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc0303c94a434df9101fe81eb2011e4eaed666da8f94ebf87114fdefb47352aa
|
|
| MD5 |
66e69d619a318a63018c011dcdb5d9c5
|
|
| BLAKE2b-256 |
ba488faa891ebd597246ab3c8374760840446dc4b0d8e3150f589898af361a3d
|