Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 533 Bytes

khover

Computing Khovanov homology and its first derivative. The project is released under the 2-clause BSD license (see LICENSE).

Build

Requirement

  • C++17 compatible compiler (maybe C++14 features, generic lambda, and std::optinal will suffice)
  • CMake
  • Eigen3 matrix library (e.g. libeigen3-dev for Ubuntu).

Generic instruction

git clone https://github.com/Junology/khover
cd khover
mkdir build && cd build
cmake ..
make