This commit is contained in:
Owen Troke-Billard 2024-09-16 16:14:24 -06:00
parent 8bd3ae0a5e
commit 152d93439f
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# `vf2` — VF2 subgraph isomorphism algorithm in Rust
<div align="center">
<img src="images/icon.svg" width="128" alt="icon"/>
# `vf2`
### VF2 subgraph isomorphism algorithm in Rust
<br/>
</div>
This crate implements the VF2 subgraph isomorphism algorithm [1].
It can find

1
images/icon.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:lucid="lucid" width="260" height="260"><g lucid:page-tab-id="0_0"><path d="M191.5 221L120 77.9 155.78 60l71.5 143.13z" stroke="#000" stroke-opacity="0" stroke-width="2" fill="#e08fff"/><path d="M40 181.9L113.9 40l35.48 18.48-73.9 141.9z" stroke="#000" stroke-opacity="0" stroke-width="2" fill="#e08fff"/><path d="M50 190h160v40H50z" stroke="#000" stroke-opacity="0" stroke-width="2" fill="#e08fff"/><path d="M100 210c0 27.6-22.4 50-50 50S0 237.6 0 210s22.4-50 50-50 50 22.4 50 50zM260 210c0 27.6-22.4 50-50 50s-50-22.4-50-50 22.4-50 50-50 50 22.4 50 50zM180 50c0 27.6-22.4 50-50 50S80 77.6 80 50s22.4-50 50-50 50 22.4 50 50z" stroke="#000" stroke-opacity="0" stroke-width="8" fill="#e08fff"/><path d="M240 209.6c0 16.58-13.43 30-30 30s-30-13.42-30-30c0-16.55 13.43-30 30-30s30 13.45 30 30z" stroke="#000" stroke-width="8" fill="#ffd9d9"/><path d="M80 209.6c0 16.58-13.43 30-30 30s-30-13.42-30-30c0-16.55 13.43-30 30-30s30 13.45 30 30z" stroke="#000" stroke-width="8" fill="#cfe4ff"/><path d="M160 49.6c0 16.58-13.43 30-30 30s-30-13.42-30-30c0-16.55 13.43-30 30-30s30 13.45 30 30z" stroke="#000" stroke-width="8" fill="#c3f7c8"/><path d="M146.95 83.52l33.93 67.85" stroke="#000" stroke-width="8" fill="none"/><path d="M150.56 81.84l-7.1 3.55-1.95-3.88 1.86-.62 5-2.65.3-.22z" stroke="#000" stroke-width=".05"/><path d="M189.05 167.7l-10.53-10.68 8.3-4.15z" stroke="#000" stroke-width="8"/><path d="M172 209.6h-56.8" stroke="#000" stroke-width="8" fill="none"/><path d="M176 209.52l.1 2.63.2 1.44h-4.4v-7.96h4.42z" stroke="#000" stroke-width=".05"/><path d="M96.95 209.6L111.2 205v9.27z" stroke="#000" stroke-width="8"/><path d="M66.97 175.68l33.9-67.8" stroke="#000" stroke-width="8" fill="none"/><path d="M70.57 177.36l-1.96 3.92-2.3-1.53-4.76-2.1 1.92-3.84z" stroke="#000" stroke-width=".05"/><path d="M109.03 91.55l-2.23 14.83-8.3-4.14z" stroke="#000" stroke-width="8"/></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB