If you use this code, please consider citing:
Propagate and pair: A single-pass approach to critical point pairing in reeb graphs
International Symposium on Visual Computing. Springer, Cham, 2019
Junyi Tu, Mustafa Hajij, and Paul Rosen
Make sure you have a relatviely recent version of Java installed.
From the command line, go to ReebGraphPairing/build
java -jar ReebGraphPairingMP.jar <file1> <file2> ... <fileN>
java -jar ReebGraphPairingPPP.jar <file1> <file2> ... <fileN>
Both should provide the identical results, though Pair and Propagate should be faster in general.
Example input Reeb Graphs are provided in the test directory.
Output should be compatible with CSV format.
Contact: Paul Rosen [email protected]