Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

File metadata and controls

19 lines (13 loc) · 412 Bytes

ratio4J

Java API for the oRatio solver.

Installation

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.