Java API for the oRatio solver.
Recursively clone this repository through git clone --recurse-submodules https://github.com/ratioSolver/ratio4J
.
Compile and install the native libraries.
cd src/main/cpp
mkdir build
cd build
cmake ..
sudo make install
Go back at ratio4J level and compile the Java code using mvn install
.