This repository provides an implementation of a graph matching framework based on node embeddings.
- CMake >= v.3.10
- C++ Compiler >= C++17
mkdir build
cd build
cmake -S .. -B .
make./graph-matching <graph_folder> <node_embeddings_file> <output_path>| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository provides an implementation of a graph matching framework based on node embeddings.
mkdir build
cd build
cmake -S .. -B .
make./graph-matching <graph_folder> <node_embeddings_file> <output_path>