ftosoni / k2tree_basic_v0.1

k²-tree implementation by the University of A Coruna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

k²-tree implementation by the University of A Coruna


Languages

Language:C 93.6%Language:Python 3.7%Language:CMake 2.7%