This repository contains the code for the experiments in the following paper:
Peaker Guo, Patrick Eades, Anthony Wirth, and Justin Zobel: Exploiting new properties of string net frequency for efficient computation. In: 35th Annual Symposium on Combinatorial Pattern Matching (CPM 2024).
CMake 3.24+
GCC
orClang
Create the build directory:
$ mkdir build
$ cd build
Detect the C++ compiler and create build files:
$ cmake ..
Run the build:
$ cmake --build .
Run the program:
$ ./main