/k2tree_basic_v0.1

k²-tree implementation by the University of A Coruna

Primary LanguageC

k2tree_basic_v0.1

k²-tree implementation by the University of A Coruna

Install

mkdir build
cd build
cmake ..
make -j 12

Create plain format

In the gen_graph folder

python3 edgedescr2plain.py  ../data/example14.graph-txt ../data/example14.kt-plain

Compress

In the build folder

./build_tree ../data/example14.kt-plain ../data/example14

Multiply

In the build folder

./multiply ../data/example14.kt ../data/invec14