Installation
TPLib.jl is a binding to the library TPLib written in OCaml. You must therefore install the library on your system. You can download it here and build it from source:
./configure
make
make installYou can also install it with the OCaml package manager OPAM:
opam install tplibComputing with Rationals or BigInts requires the zarith package for OCaml. It can be installed using OPAM:
opam install zarith