INSTALLATION: install Z3 : https://github.com/Z3Prover/z3/ install Antlr: https://github.com/antlr/antlr4/ copy antlr4 cpp runtime in the project mkdir build cd build cmake .. make