Skip to content

ratioSolver/ratio4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.