Requirements: Java SE >= 1.8
z3 : You need to build z3 for JAVA api and copy your com.microsoft.z3.jar
, libz3.so
and libz3java.so
into lib folder
CVC4 : you need to build CVC4 and copy the file CVC4
into lib folder.
-
After finishing the preparation intorduced above, the easiest way to use the libraries and build them is to open them in Eclipse. You need to use a recent version of Eclipse (> Mars) otherwise you might see some problems.
-
In Eclipse, configure build path as follow: add jar
/GENIC/GENIClib/lib/com.microsoft.z3.jar
add class folder/GENIC/GENIClib/lib
add library JUnit 4 (if you want to run the unittest) -
Run configuration: in the environment tab, set variable
LD_LIBRARY_PATH
to value../GENIClib/lib